StAX Mapper 1.0.0.Final

org.jboss.staxmapper
Interface XMLContentWriter


Deprecated.

@Deprecated
public interface XMLContentWriter

A writer for some XML content.

Author:
David M. Lloyd

Method Summary
 void writeContent(XMLExtendedStreamWriter streamWriter)
          Deprecated. Write the contents of this item.
 

Method Detail

writeContent

void writeContent(XMLExtendedStreamWriter streamWriter)
                  throws XMLStreamException
Deprecated. 
Write the contents of this item.

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

StAX Mapper 1.0.0.Final

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