Package org.jboss.staxmapper
Interface XMLContentWriter
-
@Deprecated public interface XMLContentWriter
Deprecated.A writer for some XML content.- Author:
- David M. Lloyd
-
-
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 XMLStreamException
Deprecated.Write the contents of this item.- Parameters:
streamWriter- the stream writer- Throws:
XMLStreamException- if an exception occurs
-
-