public class XMLTextInfosetOutputter extends InfosetOutputterProxy
InfosetOutputter
to build an infoset represented as XML written to a java.io.OutputStreamConstructor and Description |
---|
XMLTextInfosetOutputter(java.io.OutputStream os,
boolean pretty)
Output the infoset as XML Text, written to a java.io.OutputStream
|
XMLTextInfosetOutputter(java.io.OutputStream os,
boolean pretty,
XMLTextEscapeStyle xmlTextEscapeStyle)
Output the infoset as XML Text, written to a java.io.OutputStream
|
Modifier and Type | Method and Description |
---|---|
org.apache.daffodil.runtime1.infoset.XMLTextInfosetOutputter |
infosetOutputter()
The InfosetOutputter to proxy infoset events to
|
endArray, endComplex, endDocument, endSimple, reset, startArray, startComplex, startDocument, startSimple
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, getBlobDirectory, getBlobPaths, getBlobPrefix, getBlobSuffix, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobDirectory_$eq, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobDirectory, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobPaths_$eq, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobPaths, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobPrefix_$eq, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobPrefix, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobSuffix_$eq, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobSuffix, setBlobAttributes, setBlobPaths
public XMLTextInfosetOutputter(java.io.OutputStream os, boolean pretty)
os
- the java.io.OutputStream to write the XML text topretty
- enable or disable pretty printing. Pretty printing will only
insert indentation and newlines where it will not affect the
content of the XML.public XMLTextInfosetOutputter(java.io.OutputStream os, boolean pretty, XMLTextEscapeStyle xmlTextEscapeStyle)
os
- the java.io.OutputStream to write the XML text topretty
- enable or disable pretty printing. Pretty printing will only
insert indentation and newlines where it will not affect the
content of the XML.xmlTextEscapeStyle
- determine whether to wrap values of elements of type
xs:string in CDATA tags in order to preserve
whitespace.public org.apache.daffodil.runtime1.infoset.XMLTextInfosetOutputter infosetOutputter()
InfosetOutputterProxy
infosetOutputter
in class InfosetOutputterProxy