Home
last modified time | relevance | path

Searched refs:CDocumentType (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/unoxml/source/dom/
H A Ddocumenttype.cxx35 CDocumentType::CDocumentType( in CDocumentType() function in DOM::CDocumentType
48 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()
H A Dentitiesmap.hxx43 class CDocumentType;
49 ::rtl::Reference<CDocumentType> const m_pDocType;
53 CEntitiesMap(::rtl::Reference<CDocumentType> const& pDocType,
H A Dnotationsmap.hxx43 class CDocumentType;
49 ::rtl::Reference<CDocumentType> const m_pDocType;
53 CNotationsMap(::rtl::Reference<CDocumentType> const& pDocType,
H A Ddocumenttype.hxx48 class CDocumentType class
58 CDocumentType(CDocument const& rDocument, ::osl::Mutex const& rMutex,
H A Dentitiesmap.cxx31 CEntitiesMap::CEntitiesMap(::rtl::Reference<CDocumentType> const& pDocType, in CEntitiesMap()
H A Dnotationsmap.cxx32 ::rtl::Reference<CDocumentType> const& pDocType, in CNotationsMap()
H A Ddocument.cxx230 pCNode = static_cast< CNode* >(new CDocumentType(*this, m_Mutex, in GetCNode()

Completed in 40 milliseconds