XFastDocumentHandler

From Apache OpenOffice Wiki
Revision as of 16:25, 1 March 2007 by Cl@openoffice.org (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

See FastParser

Abstract

IDL

interface XFastDocumentHandler: [[XFastContextHandler]]
{ 
  void startDocument() raises( com::sun::star::xml::sax::SAXException ); 
  void endDocument() raises( com::sun::star::xml::sax::SAXException ); 
  void setDocumentLocator( [in] com::sun::star::xml::sax::XLocator xLocator ) raises( com::sun::star::xml::sax::SAXException ); 
}; 

Namespace

com::sun::star::xml::sax

Personal tools