20 #ifndef __com_sun_star_xml_dom_XNode_idl__
21 #define __com_sun_star_xml_dom_XNode_idl__
29 module com { module sun { module star { module xml { module dom {
96 XNode cloneNode([in]
boolean deep);
112 XNode getFirstChild();
117 XNode getLastChild();
122 string getLocalName();
127 string getNamespaceURI();
132 XNode getNextSibling();
137 string getNodeName();
161 XNode getParentNode();
171 XNode getPreviousSibling();
176 boolean hasAttributes();
181 boolean hasChildNodes();
201 boolean isSupported([in]
string feature, [in]
string ver);
244 void setNodeValue([in]
string nodeValue) raises (
DOMException);
260 void setPrefix([in]
string prefix) raises (
DOMException);
NodeType
Definition: NodeType.idl:25
The primary dom datatype.
Definition: XNode.idl:68
Definition: XNodeList.idl:30
Definition: XNamedNodeMap.idl:30
base interface of all UNO interfaces
Definition: XInterface.idl:47
Definition: XDocument.idl:35
encapsulates the details of an XML parse error or warning.
Definition: DOMException.idl:33