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,
PropertyReplacer propertyReplacer)
Creates and returns
RemoveMethodMetaData |
protected void |
processElement(RemoveMethodMetaData removeMethodMetaData,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Parses the child elements of remove-method element and updates the passed
RemoveMethodMetaData accordingly. |
processElementsattributeHasNamespace, consumeElementContent, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequiredAttributes, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValuepublic static final RemoveMethodMetaDataParser INSTANCE
public RemoveMethodMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
RemoveMethodMetaDataparse in class AbstractMetaDataParser<RemoveMethodMetaData>reader - XMLStreamExceptionprotected void processElement(RemoveMethodMetaData removeMethodMetaData, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
RemoveMethodMetaData accordingly.processElement in class AbstractMetaDataParser<RemoveMethodMetaData>removeMethodMetaData - The metadata to update during parsingreader - XMLStreamExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.