public class ModeShapeSubsystemXMLReader_3_0 extends Object implements XMLStreamConstants
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 |
---|
ModeShapeSubsystemXMLReader_3_0() |
Modifier and Type | Method and Description |
---|---|
void |
readElement(XMLExtendedStreamReader reader,
List<ModelNode> list) |
protected void |
requireNoElements(XMLExtendedStreamReader reader)
Checks that the current element has no attributes, throwing an
XMLStreamException if one is found. |
public void readElement(XMLExtendedStreamReader reader, List<ModelNode> list) throws XMLStreamException
XMLStreamException
protected void requireNoElements(XMLExtendedStreamReader reader) throws XMLStreamException
XMLStreamException
if one is found.reader
- the readerXMLStreamException
- if an error occursCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.