LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
Parser Service Referencepublished

Service that provides a SAX parser. More...

import "Parser.idl";

Inheritance diagram for Parser:
XParser XInterface

Additional Inherited Members

- Public Member Functions inherited from XParser
void parseStream ([in] com::sun::star::xml::sax::InputSource aInputSource) raises ( com::sun::star::xml::sax::SAXException, com::sun::star::io::IOException )
 parses an XML document from a stream. More...
 
void setDocumentHandler ([in] com::sun::star::xml::sax::XDocumentHandler xHandler)
 allows an application to register a document event handler. More...
 
void setErrorHandler ([in] com::sun::star::xml::sax::XErrorHandler xHandler)
 allows an application to register an error event handler. More...
 
void setDTDHandler ([in] com::sun::star::xml::sax::XDTDHandler xHandler)
 allows an application to register a DTD-Handler. More...
 
void setEntityResolver ([in] com::sun::star::xml::sax::XEntityResolver xResolver)
 allows an application to register a DTD-Handler. More...
 
void setLocale ([in] com::sun::star::lang::Locale locale)
 sets a locale specified for localization of warnings and error messages. More...
 

Detailed Description

Service that provides a SAX parser.


The documentation for this service was generated from the following file: