public class ActivationConfigMetaDataParser extends AbstractWithDescriptionsParser<ActivationConfigMetaData>
MetaDataElementParser.DTDInfo| Modifier and Type | Field and Description |
|---|---|
static ActivationConfigMetaDataParser |
INSTANCE |
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor and Description |
|---|
ActivationConfigMetaDataParser() |
| Modifier and Type | Method and Description |
|---|---|
ActivationConfigMetaData |
parse(XMLStreamReader reader)
Start parsing and generate the associated meta-data.
|
protected void |
processElement(ActivationConfigMetaData metaData,
XMLStreamReader reader)
Process the single element.
|
processElementsattributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValuepublic static final ActivationConfigMetaDataParser INSTANCE
public ActivationConfigMetaData parse(XMLStreamReader reader) throws XMLStreamException
AbstractMetaDataParserparse in class AbstractMetaDataParser<ActivationConfigMetaData>XMLStreamExceptionprotected void processElement(ActivationConfigMetaData metaData, XMLStreamReader reader) throws XMLStreamException
AbstractMetaDataParserprocessElement in class AbstractWithDescriptionsParser<ActivationConfigMetaData>XMLStreamExceptionCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.