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.Writer writer)
Deprecated.
This constructor is deprecated. Use XMLTextInfosetOutputter(java.io.OutputStream, Boolean) instead. Since 2.4.0.
|
XMLTextInfosetOutputter(java.io.Writer writer,
boolean pretty)
Deprecated.
This constructor is deprecated. Use XMLTextInfosetOutputter(java.io.OutputStream, Boolean) instead. Since 2.4.0.
|
Modifier and Type | Method and Description |
---|---|
org.apache.daffodil.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, getStatus, isNilled, org$apache$daffodil$infoset$InfosetOutputter$$blobDirectory_$eq, org$apache$daffodil$infoset$InfosetOutputter$$blobDirectory, org$apache$daffodil$infoset$InfosetOutputter$$blobPaths_$eq, org$apache$daffodil$infoset$InfosetOutputter$$blobPaths, org$apache$daffodil$infoset$InfosetOutputter$$blobPrefix_$eq, org$apache$daffodil$infoset$InfosetOutputter$$blobPrefix, org$apache$daffodil$infoset$InfosetOutputter$$blobSuffix_$eq, org$apache$daffodil$infoset$InfosetOutputter$$blobSuffix, setBlobAttributes, setBlobPaths, status
public XMLTextInfosetOutputter(java.io.Writer writer, boolean pretty)
writer
- the java.io.Writer 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.Writer writer)
writer
- the java.io.Writer to write the XML text topublic 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 org.apache.daffodil.infoset.XMLTextInfosetOutputter infosetOutputter()
InfosetOutputterProxy
infosetOutputter
in class InfosetOutputterProxy