public interface ConfigurationParser
| Modifier and Type | Method and Description |
|---|---|
void |
readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
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. |
void readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) throws XMLStreamException
XMLExtendedStreamReader positioned at a root
element associated with the parser itself according to the registered mapping.reader - the XML stream readerholder - a holder object used by the parser to maintain stateXMLStreamExceptionCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.