Package org.apache.daffodil.api.infoset
Class ScalaXMLInfosetOutputter
java.lang.Object
org.apache.daffodil.api.infoset.InfosetOutputter
org.apache.daffodil.api.infoset.ScalaXMLInfosetOutputter
InfosetOutputter whose result is represented as a scala.xml.Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract scala.xml.Node
Get the scala.xml.Node 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
-
ScalaXMLInfosetOutputter
public ScalaXMLInfosetOutputter()
-
-
Method Details
-
getResult
public abstract scala.xml.Node getResult()Get the scala.xml.Node representing the infoset created during a parseThis function should only be called if
ParseResult.isError()
returns false- Returns:
- scala xml node
-