Home
last modified time | relevance | path

Searched refs:IsChildTypeAllowed (Results 1 – 14 of 14) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Dnode.cxx288 bool CNode::IsChildTypeAllowed(NodeType const /*nodeType*/) in IsChildTypeAllowed() function in DOM::CNode
328 if (!IsChildTypeAllowed(pNewChild->m_aNodeType)) { in appendChild()
701 if (!IsChildTypeAllowed(pNewNode->m_aNodeType)) { in insertBefore()
889 if (!IsChildTypeAllowed(pNewNode->m_aNodeType)) { in replaceChild()
H A Ddocumentfragment.cxx36 bool CDocumentFragment::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CDocumentFragment
H A Dentityreference.cxx38 bool CEntityReference::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CEntityReference
H A Dentity.cxx40 bool CEntity::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CEntity
H A Ddocumentfragment.hxx54 virtual bool IsChildTypeAllowed(NodeType const nodeType);
H A Dentityreference.hxx56 virtual bool IsChildTypeAllowed(NodeType const nodeType);
H A Dentity.hxx60 virtual bool IsChildTypeAllowed(NodeType const nodeType);
H A Dattr.hxx67 virtual bool IsChildTypeAllowed(NodeType const nodeType);
H A Dattr.cxx69 bool CAttr::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CAttr
H A Delement.hxx65 virtual bool IsChildTypeAllowed(NodeType const nodeType);
H A Dnode.hxx154 virtual bool IsChildTypeAllowed(NodeType const nodeType);
H A Ddocument.hxx130 virtual bool IsChildTypeAllowed(NodeType const nodeType);
H A Delement.cxx207 bool CElement::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CElement
H A Ddocument.cxx305 bool CDocument::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CDocument

Completed in 62 milliseconds