Uses of Class
org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
-
Packages that use StreamWriterDelegate Package Description org.apache.synapse.commons.staxon.core.json.util JSON-specific StAX utility classes.org.apache.synapse.commons.staxon.core.xml.util XML-specific StAX utility classes. -
-
Uses of StreamWriterDelegate in org.apache.synapse.commons.staxon.core.json.util
Subclasses of StreamWriterDelegate in org.apache.synapse.commons.staxon.core.json.util Modifier and Type Class Description class
XMLMultipleStreamWriter
Simple delegate writer which generates<?xml-multiple?>
processing instructions when writing a sequence of elements matching some element path. -
Uses of StreamWriterDelegate in org.apache.synapse.commons.staxon.core.xml.util
Subclasses of StreamWriterDelegate in org.apache.synapse.commons.staxon.core.xml.util Modifier and Type Class Description class
PrettyXMLStreamWriter
Pretty printing XML stream writer.
-