Class NegationSpecifier

java.lang.Object
org.joox.selector.NegationSpecifier
All Implemented Interfaces:
Specifier

class NegationSpecifier extends Object implements Specifier
An implementation of Specifier for the negation pseudo-class.
See Also:
  • Field Details

  • Constructor Details

    • NegationSpecifier

      public NegationSpecifier(Selector selector)
      Create a new negation specifier with the specified negation selector.
      Parameters:
      selector - The negation selector.
  • Method Details

    • getSelector

      public Selector getSelector()
      Get the negation selector.
      Returns:
      The negation selector.
    • getType

      public Specifier.Type getType()
      Get the specifier type.
      Specified by:
      getType in interface Specifier
      Returns:
      The specifier type.