Interface ConfigurationParser

    • Method Detail

      • readElement

        void readElement​(XMLExtendedStreamReader reader,
                         ConfigurationBuilderHolder holder)
                  throws javax.xml.stream.XMLStreamException
        The entry point of a configuration parser which gets passed a XMLExtendedStreamReader positioned at a root element associated with the parser itself according to the registered mapping.
        Parameters:
        reader - the XML stream reader
        holder - a holder object used by the parser to maintain state
        Throws:
        javax.xml.stream.XMLStreamException