#include "xfa/fxfa/parser/cxfa_attachnodelist.h"
#include "xfa/fxfa/parser/cxfa_node.h"
CXFA_AttachNodeList::CXFA_AttachNodeList(CXFA_Document* pDocument,
CXFA_Node* pAttachNode)
: … { … }
CXFA_AttachNodeList::~CXFA_AttachNodeList() = default;
void CXFA_AttachNodeList::Trace(cppgc::Visitor* visitor) const { … }
size_t CXFA_AttachNodeList::GetLength() { … }
bool CXFA_AttachNodeList::Append(CXFA_Node* pNode) { … }
bool CXFA_AttachNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) { … }
void CXFA_AttachNodeList::Remove(CXFA_Node* pNode) { … }
CXFA_Node* CXFA_AttachNodeList::Item(size_t index) { … }