LibreOffice
LibreOffice 7.4 SDK API Reference
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...
 
void setNamespaceHandler ([in] XFastNamespaceHandler Handler)
 
void setCustomEntityNames ([in] sequence< beans::Pair< string, string > > replacements)
 Simulate a DTD file. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

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