Method StartDocument
StartDocument()
Receive notification of the beginning of a document.
Declaration
void StartDocument()
Remarks
The SAX parser will invoke this method only once, before any other event callbacks (except for SetDocumentLocator(ILocator).
Exceptions
Type | Condition |
---|---|
SAXException | any SAX exception, possibly wrapping another exception |