LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"FastParser.idl";
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... | |