Interface NamespaceMappingParser

  • All Known Implementing Classes:
    ParserRegistry

    public interface NamespaceMappingParser
    NamespaceMappingParser. This interface defines methods exposed by a namespace-mapping-aware parser (such as ParserRegistry
    Since:
    6.0
    Author:
    Tristan Tarrant
    • Method Detail

      • parseElement

        void parseElement​(XMLExtendedStreamReader reader,
                          ConfigurationBuilderHolder holder)
                   throws javax.xml.stream.XMLStreamException
        Recursively parses the current element of an XML stream using an appropriate ConfigurationParser depending on the element's namespace.
        Parameters:
        reader - the XML stream reader
        holder - a configuration holder
        Throws:
        javax.xml.stream.XMLStreamException