Searched refs:CXFA_AttachNodeList (Results 1 – 2 of 2) sorted by relevance
17 class CXFA_AttachNodeList; variable700 class CXFA_AttachNodeList : public CXFA_NodeList {702 CXFA_AttachNodeList(CXFA_Document* pDocument, CXFA_Node* pAttachNode);
744 CXFA_AttachNodeList* pNodeList = new CXFA_AttachNodeList(m_pDocument, this); in Script_TreeClass_Nodes()5432 CXFA_AttachNodeList::CXFA_AttachNodeList(CXFA_Document* pDocument, in CXFA_AttachNodeList() function in CXFA_AttachNodeList5437 int32_t CXFA_AttachNodeList::GetLength() { in GetLength()5441 FX_BOOL CXFA_AttachNodeList::Append(CXFA_Node* pNode) { in Append()5448 FX_BOOL CXFA_AttachNodeList::Insert(CXFA_Node* pNewNode, in Insert()5456 FX_BOOL CXFA_AttachNodeList::Remove(CXFA_Node* pNode) { in Remove()5459 CXFA_Node* CXFA_AttachNodeList::Item(int32_t iIndex) { in Item()