Lines Matching refs:CNode
47 typedef ::cppu::ImplInheritanceHelper1< CNode, XAttr > CAttr_Base;
110 return CNode::appendChild(newChild); in appendChild()
115 return CNode::cloneNode(deep); in cloneNode()
120 return CNode::getAttributes(); in getAttributes()
125 return CNode::getChildNodes(); in getChildNodes()
130 return CNode::getFirstChild(); in getFirstChild()
135 return CNode::getLastChild(); in getLastChild()
142 return CNode::getNextSibling(); in getNextSibling()
147 return CNode::getNodeType(); in getNodeType()
152 return CNode::getOwnerDocument(); in getOwnerDocument()
157 return CNode::getParentNode(); in getParentNode()
164 return CNode::getPreviousSibling(); in getPreviousSibling()
169 return CNode::hasAttributes(); in hasAttributes()
174 return CNode::hasChildNodes(); in hasChildNodes()
180 return CNode::insertBefore(newChild, refChild); in insertBefore()
185 return CNode::isSupported(feature, ver); in isSupported()
190 CNode::normalize(); in normalize()
195 return CNode::removeChild(oldChild); in removeChild()
201 return CNode::replaceChild(newChild, oldChild); in replaceChild()