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


Copyright © 2011. All Rights Reserved.