stevedlawrence commented on a change in pull request #436:
URL: https://github.com/apache/incubator-daffodil/pull/436#discussion_r509383551
##########
File path: daffodil-japi/src/main/scala/org/apache/daffodil/japi/Daffodil.scala
##########
@@ -953,3 +975,68 @@ class DaffodilXMLReader private[japi] (xmlrdr:
SDaffodilXMLReader) extends org.x
*/
def parse(arr: Array[Byte]): Unit = xmlrdr.parse(arr)
}
+
+/**
+ * Read in an infoset from any SAX Reader for unparsing
+ */
Review comment:
I'm not sure I would say "read in". Since this doesn't really do that.
The XMLReader handles parsing the XML. This just unparses data base on SAX
events from an XMLReader.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]