Package org.apache.daffodil.api.infoset
Class W3CDOMInfosetOutputter
java.lang.Object
org.apache.daffodil.api.infoset.InfosetOutputter
org.apache.daffodil.api.infoset.W3CDOMInfosetOutputter
InfosetOutputter whose result is represented as an org.w3c.dom.Document
-
Constructor Summary
Constructors -
Method Summary
Methods 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
-
W3CDOMInfosetOutputter
public W3CDOMInfosetOutputter()
-
-
Method Details
-
getResult
Get the w3c Document representing the infoset created during a parseThis function should only be called if
ParseResult.isError()
returns false- Returns:
- w3c document
-