Method StartDocument
StartDocument()
Write the XML declaration at the beginning of the document. Pass the event on down the filter chain for further processing.
Declaration
public override void StartDocument()
Overrides
Exceptions
Type | Condition |
---|---|
SAXException | If there is an error writing the XML declaration, or if a handler further down the filter chain raises an exception. |