Searched defs:getOwnerDocument (Results 1 – 15 of 15) sorted by relevance
149 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CAttr
229 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CElement
134 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CProcessingInstruction
115 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CEntityReference
113 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocumentFragment
151 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocumentType
123 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CNotation
134 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CEntity
170 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CCharacterData
311 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocument
159 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CCDATASection
173 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CText
154 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CComment
573 Reference< XDocument > SAL_CALL CNode::getOwnerDocument() in getOwnerDocument() function in DOM::CNode
2744 public XDocument getOwnerDocument() { return m_document; } in getOwnerDocument() method in DOMTest.MockNode