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