Class PseudoClassCondition

    • Field Detail

      • value_

        private final java.lang.String value_
      • doubleColon_

        private final boolean doubleColon_
    • Constructor Detail

      • PseudoClassCondition

        public PseudoClassCondition​(java.lang.String value,
                                    Locator locator,
                                    boolean doubleColon)
        Ctor.
        Parameters:
        value - the value
        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
      • toString

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