Package org.apache.daffodil.api.infoset
Class JDOMInfosetOutputter
java.lang.Object
org.apache.daffodil.api.infoset.InfosetOutputter
org.apache.daffodil.api.infoset.JDOMInfosetOutputter
InfosetOutputter whose result is represented as an org.jdom2.Document
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.jdom2.Document
Get the jdom Document representing the infoset created during a parseMethods inherited from class org.apache.daffodil.api.infoset.InfosetOutputter
endArray, endComplex, endDocument, endSimple, getBlobDirectory, getBlobPaths, getBlobPrefix, getBlobSuffix, reset, setBlobAttributes, setBlobPaths, startArray, startComplex, startDocument, startSimple
-
Constructor Details
-
JDOMInfosetOutputter
public JDOMInfosetOutputter()
-
-
Method Details
-
getResult
public abstract org.jdom2.Document getResult()Get the jdom Document representing the infoset created during a parseThis function should only be called if
ParseResult.isError()
returns false- Returns:
- jdom document
-