Class PseudoElementSelectorImpl

    • Constructor Detail

      • PseudoElementSelectorImpl

        public PseudoElementSelectorImpl​(java.lang.String localName)
    • Method Detail

      • getSelectorType

        public short getSelectorType()
        Description copied from interface: Selector
        An integer indicating the type of Selector
        Specified by:
        getSelectorType in interface Selector
      • getLocalName

        public java.lang.String getLocalName()
        Description copied from interface: ElementSelector
        Returns the local part of the qualified name of this element.

        NULL if this element selector can match any element.

Specified by:
getLocalName in interface ElementSelector