Uses of Class
org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
-
Packages that use EventWriterDelegate 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 EventWriterDelegate in org.apache.synapse.commons.staxon.core.json.util
Subclasses of EventWriterDelegate in org.apache.synapse.commons.staxon.core.json.util Modifier and Type Class Description classXMLMultipleEventWriterSimple delegate writer which generates<?xml-multiple?>processing instructions when writing a sequence of elements matching some element path. -
Uses of EventWriterDelegate in org.apache.synapse.commons.staxon.core.xml.util
Subclasses of EventWriterDelegate in org.apache.synapse.commons.staxon.core.xml.util Modifier and Type Class Description classPrettyXMLEventWriterPretty printing XML event writer.
-