Class MatchingElementName


  • public final class MatchingElementName
    extends 

    This class models the way in which an IElementProcessor can match an element by its name.

    It allows the definition of a matching for a specific element with a specific prefix (usually that of the dialect including the processor), for every element with a specific prefix, and also for simply every element.

    Objects of this class are normally built by the constructors of the processors or their extended abstract processor classes.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Method Detail

      • getMatchingElementName

        public ElementName getMatchingElementName()
      • getMatchingAllElementsWithPrefix

        public  getMatchingAllElementsWithPrefix()
      • isMatchingAllElements

        public boolean isMatchingAllElements()
      • matches

        public boolean matches​(ElementName elementName)
      • toString

        public  toString()
        Overrides:
         in class