SaxHandler.startDocument

Receive notification of the beginning of a document.

<p>The SAX parser will invoke this method only once, before any other event callbacks (except for {@link #setDocumentLocator setDocumentLocator}).</p>

@throws org.xml.sax.SAXException any SAX exception, possibly wrapping another exception @see #endDocument

class SaxHandler(Ch = char)
void
startDocument
()

Meta