Uses of Interface
org.jboss.staxmapper.XMLExtendedStreamWriter
-
-
Uses of XMLExtendedStreamWriter in org.jboss.staxmapper
Classes in org.jboss.staxmapper that implement XMLExtendedStreamWriter Modifier and Type Class Description class
FormattingXMLStreamWriter
An XML stream writer which nicely formats the XML for configuration files.Methods in org.jboss.staxmapper with parameters of type XMLExtendedStreamWriter Modifier and Type Method Description private <T> void
XMLMapperImpl. doDeparse(XMLElementWriter<?> writer, T value, XMLExtendedStreamWriter streamWriter)
void
XMLContentWriter. writeContent(XMLExtendedStreamWriter streamWriter)
Deprecated.Write the contents of this item.void
XMLElementWriter. writeContent(XMLExtendedStreamWriter streamWriter, T value)
Write the contents of this item.
-