Lines Matching refs:CNode
44 typedef ::cppu::ImplInheritanceHelper1<CNode, XElement > CElement_Base;
192 return CNode::appendChild(newChild); in appendChild()
197 return CNode::cloneNode(deep); in cloneNode()
202 return CNode::getChildNodes(); in getChildNodes()
207 return CNode::getFirstChild(); in getFirstChild()
212 return CNode::getLastChild(); in getLastChild()
217 return CNode::getNamespaceURI(); in getNamespaceURI()
222 return CNode::getNextSibling(); in getNextSibling()
227 return CNode::getNodeType(); in getNodeType()
232 return CNode::getOwnerDocument(); in getOwnerDocument()
237 return CNode::getParentNode(); in getParentNode()
242 return CNode::getPrefix(); in getPrefix()
247 return CNode::getPreviousSibling(); in getPreviousSibling()
252 return CNode::hasAttributes(); in hasAttributes()
257 return CNode::hasChildNodes(); in hasChildNodes()
263 return CNode::insertBefore(newChild, refChild); in insertBefore()
268 return CNode::isSupported(feature, ver); in isSupported()
273 CNode::normalize(); in normalize()
278 return CNode::removeChild(oldChild); in removeChild()
284 return CNode::replaceChild(newChild, oldChild); in replaceChild()
289 return CNode::setNodeValue(nodeValue); in setNodeValue()
294 return CNode::setPrefix(prefix); in setPrefix()