public interface NamespaceMappingParser
ParserRegistry
Modifier and Type | Method and Description |
---|---|
void |
parseElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
Recursively parses the current element of an XML stream using an appropriate
ConfigurationParser depending on the element's namespace. |
void parseElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) throws XMLStreamException
ConfigurationParser
depending on the element's namespace.reader
- the XML stream readerholder
- a configuration holderXMLStreamException
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.