public abstract class AbstractNamedMetaDataWithDescriptionGroupParser<MD extends NamedMetaDataWithDescriptionGroup> extends AbstractMetaDataParser<MD>
MetaDataElementParser.DTDInfo
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 |
---|
AbstractNamedMetaDataWithDescriptionGroupParser() |
Modifier and Type | Method and Description |
---|---|
void |
processAttribute(MD metaData,
XMLStreamReader reader,
int i) |
protected void |
processElement(MD metaData,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Process the single element.
|
parse, processElements
attributeHasNamespace, consumeElementContent, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
public AbstractNamedMetaDataWithDescriptionGroupParser()
public void processAttribute(MD metaData, XMLStreamReader reader, int i) throws XMLStreamException
XMLStreamException
protected void processElement(MD metaData, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AbstractMetaDataParser
processElement
in class AbstractMetaDataParser<MD extends NamedMetaDataWithDescriptionGroup>
XMLStreamException
Copyright © 2014 JBoss by Red Hat. All rights reserved.