Lines Matching refs:CElement

48     CElement::CElement(CDocument const& rDocument, ::osl::Mutex const& rMutex,  in CElement()  function in DOM::CElement
54 void CElement::saxify(const Reference< XDocumentHandler >& i_xHandler) in saxify()
105 void CElement::fastSaxify( Context& i_rContext ) in fastSaxify()
207 bool CElement::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed()
233 OUString SAL_CALL CElement::getAttribute(OUString const& name) in getAttribute()
256 Reference< XAttr > SAL_CALL CElement::getAttributeNode(OUString const& name) in getAttributeNode()
281 Reference< XAttr > SAL_CALL CElement::getAttributeNodeNS( in getAttributeNodeNS()
312 CElement::getAttributeNS( in getAttributeNS()
344 CElement::getElementsByTagName(OUString const& rLocalName) in getElementsByTagName()
360 CElement::getElementsByTagNameNS( in getElementsByTagNameNS()
374 OUString SAL_CALL CElement::getTagName() in getTagName()
392 sal_Bool SAL_CALL CElement::hasAttribute(OUString const& name) in hasAttribute()
406 sal_Bool SAL_CALL CElement::hasAttributeNS( in hasAttributeNS()
422 void SAL_CALL CElement::removeAttribute(OUString const& name) in removeAttribute()
446 void SAL_CALL CElement::removeAttributeNS( in removeAttributeNS()
477 CElement::removeAttributeNode(Reference< XAttr > const& oldAttr) in removeAttributeNode()
530 CElement::setAttributeNode_Impl_Lock( in setAttributeNode_Impl_Lock()
596 CElement::setAttributeNode(const Reference< XAttr >& newAttr) in setAttributeNode()
606 CElement::setAttributeNodeNS(const Reference< XAttr >& newAttr) in setAttributeNodeNS()
616 CElement::setAttribute(OUString const& name, OUString const& value) in setAttribute()
661 CElement::setAttributeNS(OUString const& namespaceURI, in setAttributeNS()
741 CElement::getAttributes() throw (RuntimeException) in getAttributes()
750 OUString SAL_CALL CElement::getNodeName()throw (RuntimeException) in getNodeName()
755 OUString SAL_CALL CElement::getLocalName()throw (RuntimeException) in getLocalName()
768 OUString SAL_CALL CElement::getNodeValue() throw (RuntimeException) in getNodeValue()
773 void SAL_CALL CElement::setElementName(const OUString& aName) in setElementName()