Class ElementSelector

    • Field Detail

      • localName_

        private final java.lang.String localName_
      • localNameLC_

        private final java.lang.String localNameLC_
      • conditions_

        private java.util.List<Condition> conditions_
    • Constructor Detail

      • ElementSelector

        public ElementSelector​(java.lang.String localName,
                               Locator locator)
        Ctor.
        Parameters:
        localName - the local name
        locator - the locator
    • Method Detail

      • getLocalName

        public java.lang.String getLocalName()
        Returns:
        the local name
      • getLocalNameLowerCase

        public java.lang.String getLocalNameLowerCase()
        Returns:
        the local name in lowercase
      • getElementName

        public java.lang.String getElementName()
        Returns:
        the element name
      • getConditions

        public java.util.List<Condition> getConditions()
        Returns:
        the conditions
      • addCondition

        public void addCondition​(Condition condition)
        Add a condition.
        Parameters:
        condition - the condition to be added
      • toString

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