chromium/third_party/pdfium/core/fxcrt/xml/cfx_xmlinstruction.cpp

// Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#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) {}