20 module
com { module sun { module star { module xml { module dom {
35 XNode getNamedItem([in]
string name);
40 XNode getNamedItemNS([in]
string namespaceURI,[in]
string localName);
45 XNode item([in]
long index);
61 XNode removeNamedItemNS([in]
string namespaceURI, [in]
string localName) raises (
DOMException);
The primary dom datatype.
Definition: XNode.idl:60
Definition: Ambiguous.idl:20
Definition: XNamedNodeMap.idl:24
base interface of all UNO interfaces
Definition: XInterface.idl:45
encapsulates the details of an XML parse error or warning.
Definition: DOMException.idl:27