20 module
com { module sun { module star { module xml { module dom {
27 string getAttribute([in]
string name);
32 XAttr getAttributeNode([in]
string name);
37 XAttr getAttributeNodeNS([in]
string namespaceURI,[in]
43 string getAttributeNS([in]
string namespaceURI, [in]
string localName);
50 XNodeList getElementsByTagName([in]
string name);
57 XNodeList getElementsByTagNameNS([in]
string namespaceURI,[in]
string localName);
68 boolean hasAttribute([in]
string name);
74 boolean hasAttributeNS([in]
string namespaceURI,[in]
string localName);
81 void removeAttribute([in]
string name) raises (
DOMException);
96 void removeAttributeNS([in]
string namespaceURI,[in]
string localName) raises (
DOMException);
104 void setAttribute([in]
string name,[in]
string value) raises (
DOMException);
134 [in]
string namespaceURI, [in]
string qualifiedName, [in]
string value) raises (
DOMException);
The primary dom datatype.
Definition: XNode.idl:60
Definition: Ambiguous.idl:20
Definition: XNodeList.idl:25
Definition: XElement.idl:22
encapsulates the details of an XML parse error or warning.
Definition: DOMException.idl:27