Interface NamespaceMappingParser
-
- All Known Implementing Classes:
ParserRegistry
public interface NamespaceMappingParser
NamespaceMappingParser. This interface defines methods exposed by a namespace-mapping-aware parser (such asParserRegistry
- Since:
- 6.0
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
parseElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)
Recursively parses the current element of an XML stream using an appropriateConfigurationParser
depending on the element's namespace.
-
-
-
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 appropriateConfigurationParser
depending on the element's namespace.- Parameters:
reader
- the XML stream readerholder
- a configuration holder- Throws:
javax.xml.stream.XMLStreamException
-
-