public class JBossClientMetaDataParser extends MetaDataElementParser
MetaDataElementParser.DTDInfo| Modifier and Type | Field and Description |
|---|---|
static JBossClientMetaDataParser |
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 |
|---|
JBossClientMetaDataParser() |
| Modifier and Type | Method and Description |
|---|---|
JBossClientMetaData |
parse(XMLStreamReader reader) |
protected void |
processAttribute(ApplicationClientMetaData metaData,
XMLStreamReader reader,
int i) |
protected void |
processAttributes(ApplicationClientMetaData applicationClientMetaData,
XMLStreamReader reader) |
protected void |
processElements(JBossClientMetaData metaData,
XMLStreamReader reader) |
attributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValuepublic static final JBossClientMetaDataParser INSTANCE
public JBossClientMetaData parse(XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionprotected void processAttribute(ApplicationClientMetaData metaData, XMLStreamReader reader, int i) throws XMLStreamException
XMLStreamExceptionprotected void processAttributes(ApplicationClientMetaData applicationClientMetaData, XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionprotected void processElements(JBossClientMetaData metaData, XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.