public class MethodMetaDataParser extends AbstractWithDescriptionsParser<MethodMetaData>
MetaDataElementParser.DTDInfo
Modifier and Type | Field and Description |
---|---|
static MethodMetaDataParser |
INSTANCE
Instance of this parser
|
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 |
---|
MethodMetaDataParser() |
Modifier and Type | Method and Description |
---|---|
MethodMetaData |
parse(XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Start parsing and generate the associated meta-data.
|
protected void |
processElement(MethodMetaData methodMetaData,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Process the single element.
|
processElements
attributeHasNamespace, consumeElementContent, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
public static final MethodMetaDataParser INSTANCE
public MethodMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AbstractMetaDataParser
parse
in class AbstractMetaDataParser<MethodMetaData>
XMLStreamException
protected void processElement(MethodMetaData methodMetaData, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AbstractMetaDataParser
processElement
in class AbstractWithDescriptionsParser<MethodMetaData>
XMLStreamException
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.