| Top | Module | Use | Manual | Index |
|  EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
This interface is an IDL version of the Java interface org.xml.sax.DocumentHandler with some smaller adaptations.
Known Services which Export this Interface |
|
| com::sun::star::xml::XMLImportFilter | describes an import filter for XML-based file formats. It is an extension of ImportFilter and differs from it in that this filter additionally supports the XDocumentHandler interface. |
Methods' 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. |
Methods' Details |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.