Class PseudoClasses.TEXT

java.lang.Object
jodd.csselly.selector.PseudoClass
jodd.csselly.selector.PseudoClasses.TEXT
Enclosing interface:
PseudoClasses

public static class PseudoClasses.TEXT extends PseudoClass
Selects all elements of type text.
  • Constructor Details

    • TEXT

      public TEXT()
  • Method Details

    • match

      public boolean match(Node node)
      Description copied from class: PseudoClass
      Returns true if node matches the pseudo-class.
      Specified by:
      match in class PseudoClass