chromium/third_party/pdfium/core/fxcrt/xml/cfx_xmlchardata.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_xmlchardata.h"

#include "core/fxcrt/xml/cfx_xmldocument.h"

CFX_XMLCharData::CFX_XMLCharData(const WideString& wsCData)
    :{}

CFX_XMLCharData::~CFX_XMLCharData() = default;

CFX_XMLNode::Type CFX_XMLCharData::GetType() const {}

CFX_XMLNode* CFX_XMLCharData::Clone(CFX_XMLDocument* doc) {}

void CFX_XMLCharData::Save(
    const RetainPtr<IFX_RetainableWriteStream>& pXMLStream) {}