Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: xfa/fxfa/parser/xfa_parser_imp.h

Issue 1856003002: Replace FDE_XMLSYNTAX defines with enum classes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « xfa/fde/xml/fde_xml_imp_unittest.cpp ('k') | xfa/fxfa/parser/xfa_parser_imp.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #ifndef XFA_FXFA_PARSER_XFA_PARSER_IMP_H_ 7 #ifndef XFA_FXFA_PARSER_XFA_PARSER_IMP_H_
8 #define XFA_FXFA_PARSER_XFA_PARSER_IMP_H_ 8 #define XFA_FXFA_PARSER_XFA_PARSER_IMP_H_
9 9
10 #include "xfa/fde/xml/fde_xml_imp.h" 10 #include "xfa/fde/xml/fde_xml_imp.h"
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 127
128 protected: 128 protected:
129 CFDE_XMLNode* m_pRoot; 129 CFDE_XMLNode* m_pRoot;
130 IFX_Stream* m_pStream; 130 IFX_Stream* m_pStream;
131 CFDE_XMLSyntaxParser* m_pParser; 131 CFDE_XMLSyntaxParser* m_pParser;
132 CFDE_XMLNode* m_pParent; 132 CFDE_XMLNode* m_pParent;
133 CFDE_XMLNode* m_pChild; 133 CFDE_XMLNode* m_pChild;
134 CXFA_XMLNodeStack m_NodeStack; 134 CXFA_XMLNodeStack m_NodeStack;
135 CFX_WideString m_ws1; 135 CFX_WideString m_ws1;
136 CFX_WideString m_ws2; 136 CFX_WideString m_ws2;
137 uint32_t m_dwStatus; 137 FDE_XmlSyntaxResult m_syntaxParserResult;
138 }; 138 };
139 139
140 #endif // XFA_FXFA_PARSER_XFA_PARSER_IMP_H_ 140 #endif // XFA_FXFA_PARSER_XFA_PARSER_IMP_H_
OLDNEW
« no previous file with comments | « xfa/fde/xml/fde_xml_imp_unittest.cpp ('k') | xfa/fxfa/parser/xfa_parser_imp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698