StAX Mapper 1.0.0.Final-redhat-1

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

Method Summary
 void writeContent(XMLExtendedStreamWriter streamWriter, T value)
          Write the contents of this item.
 

Method Detail

writeContent

void writeContent(XMLExtendedStreamWriter streamWriter,
                  T value)
                  throws XMLStreamException
Write the contents of this item.

Parameters:
streamWriter - the stream writer
value - the value passed in
Throws:
XMLStreamException - if an exception occurs

StAX Mapper 1.0.0.Final-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.