20module
com { module sun { module star { module xml { module dom {
encapsulates the details of an XML parse error or warning.
Definition DOMException.idl:28
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition XNamedNodeMap.idl:25
XNode setNamedItem([in] XNode arg)
Adds a node using its nodeName attribute.
XNode removeNamedItem([in] string name)
Removes a node specified by name.
XNode item([in] long index)
Returns a node specified by index.
XNode setNamedItemNS([in] XNode arg)
Adds a node using its namespaceURI and localName.
long getLength()
The number of nodes in this map.
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.
XNode getNamedItem([in] string name)
Retrieves a node specified by local name.
The primary dom datatype.
Definition XNode.idl:61
Definition Ambiguous.idl:20