|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type that this writer can operate onpublic interface XMLElementWriter<T>
A writer for XML elements.
Method Summary | |
---|---|
void |
writeContent(XMLExtendedStreamWriter streamWriter,
T value)
Write the contents of this item. |
Method Detail |
---|
void writeContent(XMLExtendedStreamWriter streamWriter, T value) throws XMLStreamException
streamWriter
- the stream writervalue
- the value passed in
XMLStreamException
- if an exception occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |