public class ScheduleMetaDataParser extends AbstractMetaDataParser<ScheduleMetaData>
MetaDataElementParser.DTDInfo| Modifier and Type | Field and Description |
|---|---|
static ScheduleMetaDataParser |
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 |
|---|
ScheduleMetaDataParser() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleMetaData |
parse(XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Creates and returns
ScheduleMetaData
|
protected void |
processElement(ScheduleMetaData schedule,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Parses the child elements of <schedule> element and updates the passed
ScheduleMetaData 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 ScheduleMetaDataParser INSTANCE
public ScheduleMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
ScheduleMetaData
parse in class AbstractMetaDataParser<ScheduleMetaData>reader - XMLStreamExceptionprotected void processElement(ScheduleMetaData schedule, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
ScheduleMetaData accordingly.processElement in class AbstractMetaDataParser<ScheduleMetaData>schedule - The metadata to update during parsing the elements.reader - XMLStreamExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.