T
- the type that this writer can operate onpublic interface XMLElementWriter<T>
Modifier and Type | Method and Description |
---|---|
void |
writeContent(XMLExtendedStreamWriter streamWriter,
T value)
Write the contents of this item.
|
void writeContent(XMLExtendedStreamWriter streamWriter, T value) throws XMLStreamException
streamWriter
- the stream writervalue
- the value passed inXMLStreamException
- if an exception occursCopyright © 2016 JBoss by Red Hat. All rights reserved.