diff options
Diffstat (limited to 'core/fxcrt/xml/cfx_saxcontext.h')
-rw-r--r-- | core/fxcrt/xml/cfx_saxcontext.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/core/fxcrt/xml/cfx_saxcontext.h b/core/fxcrt/xml/cfx_saxcontext.h deleted file mode 100644 index d4d74a385b..0000000000 --- a/core/fxcrt/xml/cfx_saxcontext.h +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright 2017 PDFium Authors. All rights reserved. -// 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 - -#ifndef CORE_FXCRT_XML_CFX_SAXCONTEXT_H_ -#define CORE_FXCRT_XML_CFX_SAXCONTEXT_H_ - -#include <sstream> - -#include "core/fxcrt/fx_string.h" -#include "core/fxcrt/xml/cfx_saxreader.h" - -class CFX_SAXContext { - public: - CFX_SAXContext(); - ~CFX_SAXContext(); - - std::ostringstream m_TextBuf; - ByteString m_bsTagName; - CFX_SAXItem::Type m_eNode; -}; - -#endif // CORE_FXCRT_XML_CFX_SAXCONTEXT_H_ |