:: com :: sun :: star :: xml :: sax ::
|
unpublished |
interface XFastDocumentHandler |
|
|
- Base Interfaces
XFastDocumentHandler
┗ XFastContextHandler
-
|
- Usage Restrictions
- not published
- Description
- receives notification of sax document events from a
XFastParser
|
Methods' Summary |
startDocument |
called by the parser when parsing of an XML stream is started.
|
endDocument |
called by the parser after the last XML element of a stream is processed.
|
setDocumentLocator |
receives an object for locating the origin of SAX document events.
|
Methods' Details |
startDocument
- Description
- called by the parser when parsing of an XML stream is started.
|
|
endDocument
- Description
- called by the parser after the last XML element of a stream is processed.
|
|
setDocumentLocator
- Description
- receives an object for locating the origin of SAX document events.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.