interface XDocumentHandler in module com::sun::star::xml::sax:: |
interface XDocumentHandler : com::sun::star::uno::XInterface ;
receives notification of general document events.
This interface is an IDL version of the Java interface org.xml.sax.DocumentHandler with some smaller adaptations.
Method Summary |
|
startDocument | receives notification of the beginning of a document. |
endDocument | receives notification of the end of a document. |
startElement | receives notification of the beginning of an element . |
endElement | receives notification of the end of an element. |
characters | receives notification of character data. |
ignorableWhitespace | receives notification of white space that can be ignored. |
processingInstruction | receives notification of a processing instruction. |
setDocumentLocator | receives an object for locating the origin of SAX document events. |
Known Services Which Export this Interface |
Method Details |
|||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.