T
- the type that this reader can operate onpublic interface XMLAttributeReader<T>
Modifier and Type | Method and Description |
---|---|
void |
readAttribute(XMLStreamReader reader,
int index,
T value)
Parse an attribute.
|
void readAttribute(XMLStreamReader reader, int index, T value) throws XMLStreamException
reader
- the stream readerindex
- the attribute indexvalue
- the value passed inXMLStreamException
- if an error occursCopyright © 2016 JBoss by Red Hat. All rights reserved.