Class CSSNegativeSelector

  • All Implemented Interfaces:
    Serializable, CSSSelector, org.w3c.css.sac.NegativeSelector, org.w3c.css.sac.Selector, org.w3c.css.sac.SimpleSelector

    public class CSSNegativeSelector
    extends AbstractSelector
    implements org.w3c.css.sac.NegativeSelector
    Creation-Date: 30.11.2005, 16:09:21
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • CSSNegativeSelector

        public CSSNegativeSelector​(org.w3c.css.sac.SimpleSelector selector)
    • Method Detail

      • getSimpleSelector

        public org.w3c.css.sac.SimpleSelector getSimpleSelector()
        Returns the simple selector.
        Specified by:
        getSimpleSelector in interface org.w3c.css.sac.NegativeSelector
      • getSelectorType

        public short getSelectorType()
        An integer indicating the type of Selector
        Specified by:
        getSelectorType in interface org.w3c.css.sac.Selector