Lines Matching refs:CNode
44 typedef ::cppu::ImplInheritanceHelper1< CNode, XEntity > CEntity_Base;
87 return CNode::appendChild(newChild); in appendChild()
92 return CNode::cloneNode(deep); in cloneNode()
97 return CNode::getAttributes(); in getAttributes()
102 return CNode::getChildNodes(); in getChildNodes()
107 return CNode::getFirstChild(); in getFirstChild()
112 return CNode::getLastChild(); in getLastChild()
117 return CNode::getLocalName(); in getLocalName()
122 return CNode::getNamespaceURI(); in getNamespaceURI()
127 return CNode::getNextSibling(); in getNextSibling()
132 return CNode::getNodeType(); in getNodeType()
137 return CNode::getOwnerDocument(); in getOwnerDocument()
142 return CNode::getParentNode(); in getParentNode()
147 return CNode::getPrefix(); in getPrefix()
152 return CNode::getPreviousSibling(); in getPreviousSibling()
157 return CNode::hasAttributes(); in hasAttributes()
162 return CNode::hasChildNodes(); in hasChildNodes()
168 return CNode::insertBefore(newChild, refChild); in insertBefore()
173 return CNode::isSupported(feature, ver); in isSupported()
178 CNode::normalize(); in normalize()
183 return CNode::removeChild(oldChild); in removeChild()
189 return CNode::replaceChild(newChild, oldChild); in replaceChild()
194 return CNode::setNodeValue(nodeValue); in setNodeValue()
199 return CNode::setPrefix(prefix); in setPrefix()