21 module
com { module sun { module star { module xml { module dom {
88 XNode cloneNode([in]
boolean deep);
104 XNode getFirstChild();
109 XNode getLastChild();
114 string getLocalName();
119 string getNamespaceURI();
124 XNode getNextSibling();
129 string getNodeName();
153 XNode getParentNode();
163 XNode getPreviousSibling();
168 boolean hasAttributes();
173 boolean hasChildNodes();
193 boolean isSupported([in]
string feature, [in]
string ver);
236 void setNodeValue([in]
string nodeValue) raises (
DOMException);
252 void setPrefix([in]
string prefix) raises (
DOMException);
NodeType
Definition: NodeType.idl:22
The primary dom datatype.
Definition: XNode.idl:60
Definition: Ambiguous.idl:20
Definition: XNodeList.idl:25
Definition: XNamedNodeMap.idl:24
base interface of all UNO interfaces
Definition: XInterface.idl:45
Definition: XDocument.idl:22
encapsulates the details of an XML parse error or warning.
Definition: DOMException.idl:27