Interface DeclarationPredicate

All Superinterfaces:
BooleanCondition
All Known Subinterfaces:
DeclarationCondition

public interface DeclarationPredicate extends BooleanCondition
A condition that declares a property name and a value.
  • Method Details

    • getName

      String getName()
      The property name.
      Returns:
      the property name.
    • setValue

      void setValue(LexicalUnit value) throws DOMException
      Set the @supports condition property value.
      Parameters:
      value - the lexical value.
      Throws:
      DOMException - if the value is incompatible with the value being tested with the condition.