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 classFormattingXMLStreamWriterAn 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 voidXMLContentWriter. writeContent(XMLExtendedStreamWriter streamWriter)Deprecated.Write the contents of this item.voidXMLElementWriter. writeContent(XMLExtendedStreamWriter streamWriter, T value)Write the contents of this item.
-