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