public class W3CDOMInfosetOutputter extends InfosetOutputterProxy
InfosetOutputter
to build an infoset represented as an org.w3c.dom.DocumentConstructor and Description |
---|
W3CDOMInfosetOutputter() |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
getResult()
Get the w3c Document representing the infoset created during a parse
|
org.apache.daffodil.runtime1.infoset.W3CDOMInfosetOutputter |
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 org.w3c.dom.Document getResult()
This function shuld only be called if ParseResult.isError() returns false
public org.apache.daffodil.runtime1.infoset.W3CDOMInfosetOutputter infosetOutputter()
InfosetOutputterProxy
infosetOutputter
in class InfosetOutputterProxy