LibreOffice Module unoxml (master) 1
Public Member Functions | List of all members
DOM::CNotationsMap Class Reference

#include <notationsmap.hxx>

Inheritance diagram for DOM::CNotationsMap:
[legend]
Collaboration diagram for DOM::CNotationsMap:
[legend]

Public Member Functions

 CNotationsMap ()
 
virtual sal_Int32 SAL_CALL getLength () override
 The number of nodes in this map. More...
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL getNamedItem (OUString const &name) override
 Retrieves a node specified by local name. More...
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL getNamedItemNS (OUString const &namespaceURI, OUString const &localName) override
 Retrieves a node specified by local name and namespace URI. More...
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL item (sal_Int32 index) override
 Returns the indexth item in the map. More...
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL removeNamedItem (OUString const &name) override
 Removes a node specified by name. More...
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL removeNamedItemNS (OUString const &namespaceURI, OUString const &localName) override
 Removes a node specified by local name and namespace URI. More...
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL setNamedItem (css::uno::Reference< css::xml::dom::XNode > const &arg) override
 Adds a node using its nodeName attribute. More...
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL setNamedItemNS (css::uno::Reference< css::xml::dom::XNode > const &arg) override
 Adds a node using its namespaceURI and localName. More...
 

Detailed Description

Definition at line 34 of file notationsmap.hxx.

Constructor & Destructor Documentation

◆ CNotationsMap()

DOM::CNotationsMap::CNotationsMap ( )

Definition at line 29 of file notationsmap.cxx.

Member Function Documentation

◆ getLength()

sal_Int32 SAL_CALL DOM::CNotationsMap::getLength ( )
overridevirtual

The number of nodes in this map.

Definition at line 36 of file notationsmap.cxx.

◆ getNamedItem()

Reference< XNode > SAL_CALL DOM::CNotationsMap::getNamedItem ( OUString const &  name)
overridevirtual

Retrieves a node specified by local name.

Definition at line 47 of file notationsmap.cxx.

◆ getNamedItemNS()

Reference< XNode > SAL_CALL DOM::CNotationsMap::getNamedItemNS ( OUString const &  namespaceURI,
OUString const &  localName 
)
overridevirtual

Retrieves a node specified by local name and namespace URI.

Definition at line 58 of file notationsmap.cxx.

◆ item()

Reference< XNode > SAL_CALL DOM::CNotationsMap::item ( sal_Int32  index)
overridevirtual

Returns the indexth item in the map.

Definition at line 70 of file notationsmap.cxx.

◆ removeNamedItem()

Reference< XNode > SAL_CALL DOM::CNotationsMap::removeNamedItem ( OUString const &  name)
overridevirtual

Removes a node specified by name.

Definition at line 80 of file notationsmap.cxx.

◆ removeNamedItemNS()

Reference< XNode > SAL_CALL DOM::CNotationsMap::removeNamedItemNS ( OUString const &  namespaceURI,
OUString const &  localName 
)
overridevirtual

Removes a node specified by local name and namespace URI.

Definition at line 91 of file notationsmap.cxx.

◆ setNamedItem()

Reference< XNode > SAL_CALL DOM::CNotationsMap::setNamedItem ( css::uno::Reference< css::xml::dom::XNode > const &  arg)
overridevirtual

Adds a node using its nodeName attribute.

Definition at line 103 of file notationsmap.cxx.

◆ setNamedItemNS()

Reference< XNode > SAL_CALL DOM::CNotationsMap::setNamedItemNS ( css::uno::Reference< css::xml::dom::XNode > const &  arg)
overridevirtual

Adds a node using its namespaceURI and localName.

Definition at line 114 of file notationsmap.cxx.


The documentation for this class was generated from the following files: