#include "core/fxcrt/xml/cfx_xmlinstruction.h"
#include "core/fxcrt/fx_codepage.h"
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/xml/cfx_xmldocument.h"
CFX_XMLInstruction::CFX_XMLInstruction(const WideString& wsTarget)
: … { … }
CFX_XMLInstruction::~CFX_XMLInstruction() = default;
CFX_XMLNode::Type CFX_XMLInstruction::GetType() const { … }
CFX_XMLNode* CFX_XMLInstruction::Clone(CFX_XMLDocument* doc) { … }
void CFX_XMLInstruction::AppendData(const WideString& wsData) { … }
bool CFX_XMLInstruction::IsOriginalXFAVersion() const { … }
bool CFX_XMLInstruction::IsAcrobat() const { … }
void CFX_XMLInstruction::Save(
const RetainPtr<IFX_RetainableWriteStream>& pXMLStream) { … }