org.jboss.metadata.ejb.parser.spec
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. |
processElements
attributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
public static final RemoveMethodMetaDataParser INSTANCE
public RemoveMethodMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
RemoveMethodMetaData
parse
in class AbstractMetaDataParser<RemoveMethodMetaData>
reader
- XMLStreamException
protected void processElement(RemoveMethodMetaData removeMethodMetaData, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
RemoveMethodMetaData
accordingly.processElement
in class AbstractMetaDataParser<RemoveMethodMetaData>
removeMethodMetaData
- The metadata to update during parsingreader
- XMLStreamException
Copyright © 2014 JBoss by Red Hat. All rights reserved.