Home
last modified time | relevance | path

Searched refs:nodeValue (Results 1 – 14 of 14) sorted by relevance

/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl53 <p>The attributes nodeName, nodeValue and attributes are included as a mechanism to get at
55 there is no obvious mapping of these attributes for a specific nodeType (e.g., nodeValue
60 <p>The values of nodeName, nodeValue, and attributes vary according to the node type as follows:
62 <tr><th>Interface </th><th>nodeName </th><th>nodeValue </th><th>attributes</th></tr>
256 void setNodeValue([in] string nodeValue) raises (DOMException);
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.hxx147 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
149 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dnotation.hxx157 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
159 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dentity.hxx168 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
170 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dentityreference.hxx149 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
151 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dattr.hxx180 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
182 return setValue(nodeValue); in setNodeValue()
H A Ddocumenttype.hxx185 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
187 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dcharacterdata.hxx198 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
200 return setData(nodeValue); in setNodeValue()
H A Dcomment.hxx182 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
184 return CCharacterData::setNodeValue(nodeValue); in setNodeValue()
H A Dtext.hxx201 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
203 return CCharacterData::setNodeValue(nodeValue); in setNodeValue()
H A Dcdatasection.hxx186 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
188 return CText::setNodeValue(nodeValue); in setNodeValue()
H A Delement.hxx246 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
248 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Ddocument.hxx328 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() argument
330 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dnode.hxx290 virtual void SAL_CALL setNodeValue(const OUString& nodeValue);