T - the type that this reader can operate onpublic interface XMLElementReader<T>
| Modifier and Type | Method and Description |
|---|---|
void |
readElement(XMLExtendedStreamReader reader,
T value)
Parse an element and all of its nested content.
|
void readElement(XMLExtendedStreamReader reader, T value) throws XMLStreamException
reader - the stream readervalue - the value passed inXMLStreamException - if an error occursCopyright © 2015 JBoss by Red Hat. All rights reserved.