org.jboss.metadata.ejb.parser.spec
public class RelationRoleMetaDataParser extends AbstractWithDescriptionsParser<RelationRoleMetaData>
MetaDataElementParser.DTDInfo
Modifier and Type | Field and Description |
---|---|
static RelationRoleMetaDataParser |
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 |
---|
RelationRoleMetaDataParser() |
Modifier and Type | Method and Description |
---|---|
RelationRoleMetaData |
parse(XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Start parsing and generate the associated meta-data.
|
protected void |
processElement(RelationRoleMetaData relation,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Process the single element.
|
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 RelationRoleMetaDataParser INSTANCE
public RelationRoleMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AbstractMetaDataParser
parse
in class AbstractMetaDataParser<RelationRoleMetaData>
XMLStreamException
protected void processElement(RelationRoleMetaData relation, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AbstractMetaDataParser
processElement
in class AbstractWithDescriptionsParser<RelationRoleMetaData>
XMLStreamException
Copyright © 2014 JBoss by Red Hat. All rights reserved.