Lines Matching refs:CNode
74 CNode, XDocument, XDocumentEvent,
97 ::std::pair< WeakReference<XNode>, CNode* > > nodemap_t;
119 ::rtl::Reference<CNode> GetCNode(
122 void RemoveCNode(xmlNodePtr const pNode, CNode const*const pCNode);
269 return CNode::appendChild(newChild); in appendChild()
274 return CNode::getAttributes(); in getAttributes()
279 return CNode::getChildNodes(); in getChildNodes()
284 return CNode::getFirstChild(); in getFirstChild()
289 return CNode::getLastChild(); in getLastChild()
294 return CNode::getLocalName(); in getLocalName()
299 return CNode::getNamespaceURI(); in getNamespaceURI()
304 return CNode::getNextSibling(); in getNextSibling()
309 return CNode::getNodeType(); in getNodeType()
314 return CNode::getOwnerDocument(); in getOwnerDocument()
319 return CNode::getParentNode(); in getParentNode()
324 return CNode::getPrefix(); in getPrefix()
329 return CNode::getPreviousSibling(); in getPreviousSibling()
334 return CNode::hasAttributes(); in hasAttributes()
339 return CNode::hasChildNodes(); in hasChildNodes()
345 return CNode::insertBefore(newChild, refChild); in insertBefore()
350 return CNode::isSupported(feature, ver); in isSupported()
355 CNode::normalize(); in normalize()
360 return CNode::removeChild(oldChild); in removeChild()
366 return CNode::replaceChild(newChild, oldChild); in replaceChild()
371 return CNode::setNodeValue(nodeValue); in setNodeValue()
376 return CNode::setPrefix(prefix); in setPrefix()