chromium/third_party/pdfium/xfa/fxfa/parser/cxfa_treelist.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 "xfa/fxfa/parser/cxfa_treelist.h"

#include "core/fxcrt/fx_extension.h"
#include "fxjs/xfa/cjx_treelist.h"
#include "xfa/fxfa/parser/cxfa_document.h"
#include "xfa/fxfa/parser/cxfa_node.h"

CXFA_TreeList::CXFA_TreeList(CXFA_Document* doc)
    :{}

CXFA_TreeList::~CXFA_TreeList() = default;

CXFA_Node* CXFA_TreeList::NamedItem(WideStringView wsName) {}