19#ifndef __com_sun_star_xml_sax_XFastNamespaceHandler_idl__
20#define __com_sun_star_xml_sax_XFastNamespaceHandler_idl__
24module
com { module sun { module star { module xml { module sax {
base interface of all UNO interfaces
Definition XInterface.idl:48
Stores and manages namespace declarations of a sax document parsed by XFastParser.
Definition XFastNamespaceHandler.idl:32
void registerNamespace([in] string NamespacePrefix, [in] string NamespaceURI)
receives notification of namespace declarations from a XFastParser.
string getNamespaceURI([in] string NamespacePrefix)
retrieves the namespace URI of a namespace prefix
Definition Ambiguous.idl:22