LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XFastNamespaceHandler Interface Reference

Stores and manages namespace declarations of a sax document parsed by XFastParser. More...

import"XFastNamespaceHandler.idl";

Inheritance diagram for XFastNamespaceHandler:
XInterface

Public Member Functions

void registerNamespace ([in] string NamespacePrefix, [in] string NamespaceURI)
 receives notification of namespace declarations from a XFastParser. More...
 
string getNamespaceURI ([in] string NamespacePrefix)
 retrieves the namespace URI of a namespace prefix 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...
 

Detailed Description

Stores and manages namespace declarations of a sax document parsed by XFastParser.

Since
LibreOffice 5.3

Member Function Documentation

◆ getNamespaceURI()

string getNamespaceURI ( [in] string  NamespacePrefix)

retrieves the namespace URI of a namespace prefix

◆ registerNamespace()

void registerNamespace ( [in] string  NamespacePrefix,
[in] string  NamespaceURI 
)

receives notification of namespace declarations from a XFastParser.


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