#include <Sax2Reader.h>
Inheritance diagram for Impala::Application::SDash::Sax2Reader:


Public Member Functions | |
| Sax2Reader (int argC, const char *argV[], Sax2Handler *handler) | |
| virtual | ~Sax2Reader () |
| virtual bool | ProperlyConstructed () |
| Sax2Handler * | GetHandler () const |
| int | Read () |
Protected Attributes | |
| std::string | mFileToRead |
Private Attributes | |
| SAX2XMLReader * | mParser |
| Sax2Handler * | mHandler |
| SAX2XMLReader::ValSchemes | mValScheme |
| bool | mDoNamespaces |
| bool | mDoSchema |
| bool | mSchemaFullChecking |
| bool | mIdentityConstraintChecking |
| bool | mDoList |
| bool | mNamespacePrefixes |
| bool | mRecognizeNEL |
| char | mLocaleStr [64] |
| bool | mProperlyConstructed |
Definition at line 22 of file Sax2Reader.h.
1.5.1