LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_xml_dom_XNamedNodeMap_idl__
21 #define __com_sun_star_xml_dom_XNamedNodeMap_idl__
26 module
com { module sun { module star { module xml { module dom {
long getLength()
The number of nodes in this map.
The primary dom datatype.
Definition: XNode.idl:69
XNode getNamedItem([in] string name)
Retrieves a node specified by local name.
encapsulates the details of an XML parse error or warning.
Definition: DOMException.idl:34
XNode setNamedItemNS([in] XNode arg)
Adds a node using its namespaceURI and localName.
XNode setNamedItem([in] XNode arg)
Adds a node using its nodeName attribute.
XNode getNamedItemNS([in] string namespaceURI,[in] string localName)
Retrieves a node specified by local name and namespace URI.
XNode removeNamedItemNS([in] string namespaceURI, [in] string localName)
Removes a node specified by local name and namespace URI.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
XNode removeNamedItem([in] string name)
Removes a node specified by name.
XNode item([in] long index)
Returns a node specified by index.
Definition: XNamedNodeMap.idl:31