public class RelationRoleCmrFieldMetaDataParser extends AbstractWithDescriptionsParser<CMRFieldMetaData>
MetaDataElementParser.DTDInfo| Modifier and Type | Field and Description |
|---|---|
static RelationRoleCmrFieldMetaDataParser |
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 |
|---|
RelationRoleCmrFieldMetaDataParser() |
| Modifier and Type | Method and Description |
|---|---|
CMRFieldMetaData |
parse(XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Creates and returns
CMRFieldMetaData after parsing the cmr-field element. |
protected void |
processElement(CMRFieldMetaData field,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Process the single element.
|
processElementsattributeHasNamespace, consumeElementContent, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequiredAttributes, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValuepublic static final RelationRoleCmrFieldMetaDataParser INSTANCE
public CMRFieldMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
CMRFieldMetaData after parsing the cmr-field element.parse in class AbstractMetaDataParser<CMRFieldMetaData>reader - XMLStreamExceptionprotected void processElement(CMRFieldMetaData field, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AbstractMetaDataParserprocessElement in class AbstractWithDescriptionsParser<CMRFieldMetaData>XMLStreamExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.