Lines Matching refs:CAttr
38 CAttr::CAttr(CDocument const& rDocument, ::osl::Mutex const& rMutex, in CAttr() function in DOM::CAttr
46 xmlNsPtr CAttr::GetNamespace(xmlNodePtr const pNode) in GetNamespace()
69 bool CAttr::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed()
80 OUString SAL_CALL CAttr::getNodeName() in getNodeName()
85 OUString SAL_CALL CAttr::getNodeValue() in getNodeValue()
90 OUString SAL_CALL CAttr::getLocalName() in getLocalName()
100 OUString SAL_CALL CAttr::getName() throw (RuntimeException) in getName()
116 Reference< XElement > SAL_CALL CAttr::getOwnerElement() in getOwnerElement()
138 sal_Bool SAL_CALL CAttr::getSpecified() in getSpecified()
149 OUString SAL_CALL CAttr::getValue() in getValue()
170 void SAL_CALL CAttr::setValue(const OUString& value) in setValue()
218 void SAL_CALL CAttr::setPrefix(const OUString& prefix) in setPrefix()
234 OUString SAL_CALL CAttr::getPrefix() in getPrefix()
251 OUString SAL_CALL CAttr::getNamespaceURI() in getNamespaceURI()