Class ElementSelector

    • Constructor Detail

      • ElementSelector

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

      • getLocalName

        public String getLocalName()

        getLocalName.

        Returns:
        the local name
      • getLocalNameLowerCase

        public String getLocalNameLowerCase()

        getLocalNameLowerCase.

        Returns:
        the local name in lowercase
      • getElementName

        public String getElementName()

        getElementName.

        Returns:
        the element name
      • getConditions

        public List<Condition> getConditions()

        getConditions.

        Returns:
        the conditions
      • addCondition

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