The SAX parser will invoke this method only once, and it will be the last method invoked during the parse. The parser shall not invoke this method until it has either abandoned parsing (because of an unrecoverable error) or reached the end of input.
@exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception. @see #startDocument</body> </html>
There is an apparent contradiction between the documentation for this method and the documentation for {@link org.xml.sax.ErrorHandler#fatalError}. Until this ambiguity is resolved in a future major release, clients should make no assumptions about whether endDocument() will or will not be invoked when the parser has reported a fatalError() or thrown an exception.
The SAX parser will invoke this method only once, and it will be the last method invoked during the parse. The parser shall not invoke this method until it has either abandoned parsing (because of an unrecoverable error) or reached the end of input.
@throws org.xml.sax.SAXException any SAX exception, possiblywrapping another exception @see #startDocumentThe SAX parser will invoke this method only once, and it will be the last method invoked during the parse. The parser shall not invoke this method until it has either abandoned parsing (because of an unrecoverable error) or reached the end of input.
@exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception.By default, do nothing. Application writers may override this method in a subclass to take specific actions at the end of a document (such as finalising a tree or closing an output file).
@exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception. @see org.xml.sax.ContentHandler#endDocument
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|