Searched refs:CDocumentType (Results 1 – 7 of 7) sorted by relevance
35 CDocumentType::CDocumentType( in CDocumentType() function in DOM::CDocumentType48 Reference< XNamedNodeMap > SAL_CALL CDocumentType::getEntities() throw (RuntimeException) in getEntities()63 OUString SAL_CALL CDocumentType::getInternalSubset() throw (RuntimeException) in getInternalSubset()74 OUString SAL_CALL CDocumentType::getName() throw (RuntimeException) in getName()89 Reference< XNamedNodeMap > SAL_CALL CDocumentType::getNotations() throw (RuntimeException) in getNotations()104 OUString SAL_CALL CDocumentType::getPublicId() throw (RuntimeException) in getPublicId()119 OUString SAL_CALL CDocumentType::getSystemId() throw (RuntimeException) in getSystemId()131 OUString SAL_CALL CDocumentType::getNodeName()throw (RuntimeException) in getNodeName()136 OUString SAL_CALL CDocumentType::getNodeValue() throw (RuntimeException) in getNodeValue()
43 class CDocumentType;49 ::rtl::Reference<CDocumentType> const m_pDocType;53 CEntitiesMap(::rtl::Reference<CDocumentType> const& pDocType,
43 class CDocumentType;49 ::rtl::Reference<CDocumentType> const m_pDocType;53 CNotationsMap(::rtl::Reference<CDocumentType> const& pDocType,
48 class CDocumentType class58 CDocumentType(CDocument const& rDocument, ::osl::Mutex const& rMutex,
31 CEntitiesMap::CEntitiesMap(::rtl::Reference<CDocumentType> const& pDocType, in CEntitiesMap()
32 ::rtl::Reference<CDocumentType> const& pDocType, in CNotationsMap()
230 pCNode = static_cast< CNode* >(new CDocumentType(*this, m_Mutex, in GetCNode()
Completed in 54 milliseconds