eu.cdevreeze.yaidom.parse
Contract of a SAX ContentHandler that, once ready, can be asked for the resulting eu.cdevreeze.yaidom.simple.Elem using method resultingElem, or the resulting eu.cdevreeze.yaidom.simple.Document using method resultingDocument.
resultingElem
resultingDocument
Returns the resulting Document.
Document
Returns the resulting Document. Do not call before SAX parsing is ready.
Returns the resulting Elem.
Elem
Returns the resulting Elem. Do not call before SAX parsing is ready.
Contract of a SAX ContentHandler that, once ready, can be asked for the resulting eu.cdevreeze.yaidom.simple.Elem using method
resultingElem
, or the resulting eu.cdevreeze.yaidom.simple.Document using methodresultingDocument
.