Lines Matching refs:CNode
41 typedef cppu::ImplInheritanceHelper1< CNode, XNotation > CNotation_Base;
76 return CNode::appendChild(newChild); in appendChild()
81 return CNode::cloneNode(deep); in cloneNode()
86 return CNode::getAttributes(); in getAttributes()
91 return CNode::getChildNodes(); in getChildNodes()
96 return CNode::getFirstChild(); in getFirstChild()
101 return CNode::getLastChild(); in getLastChild()
106 return CNode::getLocalName(); in getLocalName()
111 return CNode::getNamespaceURI(); in getNamespaceURI()
116 return CNode::getNextSibling(); in getNextSibling()
121 return CNode::getNodeType(); in getNodeType()
126 return CNode::getOwnerDocument(); in getOwnerDocument()
131 return CNode::getParentNode(); in getParentNode()
136 return CNode::getPrefix(); in getPrefix()
141 return CNode::getPreviousSibling(); in getPreviousSibling()
146 return CNode::hasAttributes(); in hasAttributes()
151 return CNode::hasChildNodes(); in hasChildNodes()
157 return CNode::insertBefore(newChild, refChild); in insertBefore()
162 return CNode::isSupported(feature, ver); in isSupported()
167 CNode::normalize(); in normalize()
172 return CNode::removeChild(oldChild); in removeChild()
178 return CNode::replaceChild(newChild, oldChild); in replaceChild()
183 return CNode::setNodeValue(nodeValue); in setNodeValue()
188 return CNode::setPrefix(prefix); in setPrefix()