Searched refs:IsChildTypeAllowed (Results 1 – 14 of 14) sorted by relevance
288 bool CNode::IsChildTypeAllowed(NodeType const /*nodeType*/) in IsChildTypeAllowed() function in DOM::CNode328 if (!IsChildTypeAllowed(pNewChild->m_aNodeType)) { in appendChild()701 if (!IsChildTypeAllowed(pNewNode->m_aNodeType)) { in insertBefore()889 if (!IsChildTypeAllowed(pNewNode->m_aNodeType)) { in replaceChild()
36 bool CDocumentFragment::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CDocumentFragment
38 bool CEntityReference::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CEntityReference
40 bool CEntity::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CEntity
54 virtual bool IsChildTypeAllowed(NodeType const nodeType);
56 virtual bool IsChildTypeAllowed(NodeType const nodeType);
60 virtual bool IsChildTypeAllowed(NodeType const nodeType);
67 virtual bool IsChildTypeAllowed(NodeType const nodeType);
69 bool CAttr::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CAttr
65 virtual bool IsChildTypeAllowed(NodeType const nodeType);
154 virtual bool IsChildTypeAllowed(NodeType const nodeType);
130 virtual bool IsChildTypeAllowed(NodeType const nodeType);
207 bool CElement::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CElement
305 bool CDocument::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() function in DOM::CDocument
Completed in 130 milliseconds