7#include "xfa/fxfa/parser/cxfa_producer.h"
9#include "fxjs/xfa/cjx_node.h"
10#include "xfa/fxfa/parser/cxfa_document.h"
21CXFA_Producer::CXFA_Producer(CXFA_Document* doc,
XFA_PacketType packet)
24 XFA_XDPPACKET::kConfig,
25 XFA_ObjectType::ContentNode,
26 XFA_Element::Producer,
28 kProducerAttributeData,
29 cppgc::MakeGarbageCollected<CJX_Node>(
30 doc->GetHeap()->GetAllocationHandle(),
~CXFA_Producer() override