org.jboss.staxmapper
Interface XMLElementWriter<T>
- Type Parameters:
T
- the type that this writer can operate on
public interface XMLElementWriter<T>
A writer for XML elements.
- Author:
- David M. Lloyd
writeContent
void writeContent(XMLExtendedStreamWriter streamWriter,
T value)
throws XMLStreamException
- Write the contents of this item.
- Parameters:
streamWriter
- the stream writervalue
- the value passed in
- Throws:
XMLStreamException
- if an exception occurs
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.