Searched refs:CXFA_AttachNodeList (Results 1 – 3 of 3) sorted by relevance
12 CXFA_AttachNodeList::CXFA_AttachNodeList(CXFA_Document* pDocument, in CXFA_AttachNodeList() function in CXFA_AttachNodeList18 size_t CXFA_AttachNodeList::GetLength() { in GetLength()24 bool CXFA_AttachNodeList::Append(CXFA_Node* pNode) { in Append()32 bool CXFA_AttachNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) { in Insert()40 bool CXFA_AttachNodeList::Remove(CXFA_Node* pNode) { in Remove()44 CXFA_Node* CXFA_AttachNodeList::Item(size_t index) { in Item()
15 class CXFA_AttachNodeList : public CXFA_TreeList {17 CXFA_AttachNodeList(CXFA_Document* pDocument, CXFA_Node* pAttachNode);
149 CXFA_AttachNodeList* pNodeList = in nodes()150 new CXFA_AttachNodeList(GetDocument(), ToNode(GetXFAObject())); in nodes()