Lines Matching refs:CNode
39 typedef ::cppu::ImplInheritanceHelper1< CNode, XDocumentFragment >
66 return CNode::appendChild(newChild); in appendChild()
71 return CNode::cloneNode(deep); in cloneNode()
76 return CNode::getAttributes(); in getAttributes()
81 return CNode::getChildNodes(); in getChildNodes()
86 return CNode::getFirstChild(); in getFirstChild()
91 return CNode::getLastChild(); in getLastChild()
96 return CNode::getLocalName(); in getLocalName()
101 return CNode::getNamespaceURI(); in getNamespaceURI()
106 return CNode::getNextSibling(); in getNextSibling()
111 return CNode::getNodeType(); in getNodeType()
116 return CNode::getOwnerDocument(); in getOwnerDocument()
121 return CNode::getParentNode(); in getParentNode()
126 return CNode::getPrefix(); in getPrefix()
131 return CNode::getPreviousSibling(); in getPreviousSibling()
136 return CNode::hasAttributes(); in hasAttributes()
141 return CNode::hasChildNodes(); in hasChildNodes()
147 return CNode::insertBefore(newChild, refChild); in insertBefore()
152 return CNode::isSupported(feature, ver); in isSupported()
157 CNode::normalize(); in normalize()
162 return CNode::removeChild(oldChild); in removeChild()
168 return CNode::replaceChild(newChild, oldChild); in replaceChild()
173 return CNode::setNodeValue(nodeValue); in setNodeValue()
178 return CNode::setPrefix(prefix); in setPrefix()