public class RemoveMethodMetaDataParser extends AbstractMetaDataParser<RemoveMethodMetaData>
MetaDataElementParser.DTDInfo| Modifier and Type | Field and Description |
|---|---|
static RemoveMethodMetaDataParser |
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 |
|---|
RemoveMethodMetaDataParser() |
| Modifier and Type | Method and Description |
|---|---|
RemoveMethodMetaData |
parse(XMLStreamReader reader)
Creates and returns
RemoveMethodMetaData |
protected void |
processElement(RemoveMethodMetaData removeMethodMetaData,
XMLStreamReader reader)
Parses the child elements of remove-method element and updates the passed
RemoveMethodMetaData accordingly. |
processElementsattributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValuepublic static final RemoveMethodMetaDataParser INSTANCE
public RemoveMethodMetaData parse(XMLStreamReader reader) throws XMLStreamException
RemoveMethodMetaDataparse in class AbstractMetaDataParser<RemoveMethodMetaData>reader - XMLStreamExceptionprotected void processElement(RemoveMethodMetaData removeMethodMetaData, XMLStreamReader reader) throws XMLStreamException
RemoveMethodMetaData accordingly.processElement in class AbstractMetaDataParser<RemoveMethodMetaData>removeMethodMetaData - The metadata to update during parsingreader - XMLStreamExceptionCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.