Package org.jboss.staxmapper
Interface XMLContentWriter
-
@Deprecated public interface XMLContentWriterDeprecated.A writer for some XML content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidwriteContent(XMLExtendedStreamWriter streamWriter)Deprecated.Write the contents of this item.
-
-
-
Method Detail
-
writeContent
void writeContent(XMLExtendedStreamWriter streamWriter) throws javax.xml.stream.XMLStreamException
Deprecated.Write the contents of this item.- Parameters:
streamWriter- the stream writer- Throws:
javax.xml.stream.XMLStreamException- if an exception occurs
-
-