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

import "FastParser.idl";

Inheritance diagram for FastParser:
XFastParser XInterface

Additional Inherited Members

- Public Member Functions inherited from XFastParser
void parseStream ([in] InputSource aInputSource) raises ( SAXException, com::sun::star::io::IOException )
 parses an XML document from a stream. More...
 
void setFastDocumentHandler ([in] XFastDocumentHandler Handler)
 Application must register a document event handler to get sax events for the parsed stream. More...
 
void setTokenHandler ([in] XFastTokenHandler Handler)
 must be registered to translate known XML names to integer tokens. More...
 
void registerNamespace ([in] string NamespaceURL,[in] long NamespaceToken) raises ( com::sun::star::lang::IllegalArgumentException )
 registers a known namespace url with the given integer token. More...
 
void setErrorHandler ([in] XErrorHandler Handler)
 allows an application to register an error event handler. More...
 
void setEntityResolver ([in] XEntityResolver Resolver)
 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...
 
string getNamespaceURL ([in] string prefix) raises ( com::sun::star::lang::IllegalArgumentException )
 Gets the namespace url string. More...
 

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