Class NotPseudoClassCondition

    • Field Detail

      • doubleColon_

        private final boolean doubleColon_
    • Constructor Detail

      • NotPseudoClassCondition

        public NotPseudoClassCondition​(SelectorList selectors,
                                       Locator locator,
                                       boolean doubleColon)
        Ctor.
        Parameters:
        selectors - the selector list
        locator - the locator
        doubleColon - true if was prefixed by double colon
    • Method Detail

      • getLocalName

        public java.lang.String getLocalName()
        Specified by:
        getLocalName in interface Condition
        Returns:
        the local name
      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface Condition
        Returns:
        the value
      • getSelectors

        public SelectorList getSelectors()
        Returns:
        the list of selectors
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object