20 #ifndef __com_sun_star_xml_dom_XElement_idl__ 21 #define __com_sun_star_xml_dom_XElement_idl__ 26 module
com { module sun { module star { module xml { module dom {
33 string getAttribute([in]
string name);
38 XAttr getAttributeNode([in]
string name);
43 XAttr getAttributeNodeNS([in]
string namespaceURI,[in]
49 string getAttributeNS([in]
string namespaceURI, [in]
string localName);
56 XNodeList getElementsByTagName([in]
string name);
63 XNodeList getElementsByTagNameNS([in]
string namespaceURI,[in]
string localName);
74 boolean hasAttribute([in]
string name);
80 boolean hasAttributeNS([in]
string namespaceURI,[in]
string localName);
87 void removeAttribute([in]
string name) raises (
DOMException);
102 void removeAttributeNS([in]
string namespaceURI,[in]
string localName) raises (
DOMException);
110 void setAttribute([in]
string name,[in]
string value) raises (
DOMException);
140 [in]
string namespaceURI, [in]
string qualifiedName, [in]
string value) raises (
DOMException);
The primary dom datatype.
Definition: XNode.idl:68
Definition: Ambiguous.idl:22
Definition: XNodeList.idl:30
Definition: XElement.idl:28
encapsulates the details of an XML parse error or warning.
Definition: DOMException.idl:33