public class ScalaXMLInfosetOutputter extends InfosetOutputterProxy
InfosetOutputter
to build an infoset represented as a scala.xml.Node
param: showFormatInfo add additional properties to each scala.xml.Node for debug purposes
Constructor and Description |
---|
ScalaXMLInfosetOutputter() |
Modifier and Type | Method and Description |
---|---|
scala.xml.Node |
getResult()
Get the scala.xml.Node representing the infoset created during a parse
|
org.apache.daffodil.runtime1.infoset.ScalaXMLInfosetOutputter |
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 scala.xml.Node getResult()
This function shuld only be called if ParseResult.isError() returns false
public org.apache.daffodil.runtime1.infoset.ScalaXMLInfosetOutputter infosetOutputter()
InfosetOutputterProxy
infosetOutputter
in class InfosetOutputterProxy