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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.