|
Jive reference manual
|
#include <jive/util/DBaseParser.h>

Public Member Functions | |
| DBaseParser (const Ref< MPContext > &mpx=NIL, const Ref< Database > &dbase=NIL, const Ref< Dictionary > &rowGroups=NIL) | |
| virtual void | reset () |
| virtual void | parse (State &state) |
| virtual void | takeAction (const String &action, const Properties ¶ms) |
| void | setDatabase (const Ref< Database > &dbase) |
| void | setRowGroups (const Ref< Dictionary > &dict) |
Public Member Functions inherited from jem::xml::Parser | |
| void | parseInput (const Ref< Tokenizer > &input, const String &source, const Ref< ParseLog > &log=NIL) |
| void | parseFile (const String &fname, const Ref< ParseLog > &log=NIL) |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| virtual long | hashValue () const |
| Returns a hash value for this object. More... | |
| virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More... | |
| Ref< Object > | clone () const |
| Returns a copy of this object. More... | |
Static Public Attributes | |
| static const char * | NO_NEW_COLUMNS |
Protected Member Functions | |
| virtual | ~DBaseParser () |
Protected Member Functions inherited from jem::xml::Parser | |
| virtual | ~Parser () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Additional Inherited Members | |
Public Types inherited from jem::xml::Parser | |
| typedef ParserState | State |
Static Public Member Functions inherited from jem::xml::Parser | |
| static void | pushInput (State &state, const Ref< Tokenizer > &input, const String &source, const Ref< Parser > &parser=NIL) |
| static void | parseEndTag (State &state, const String &tagName) |
| static void | parseError (State &state) |
| static void | parseError (State &state, const String &msg) |
| static void | inputError (State &state, const String &msg) |
| static void | illegalTagError (State &state, const String &tagName) |
| static void | illegalAttributeError (State &state, const String &attribName) |
| static void | missingAttributeError (State &state, const String &attribName) |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
|
explicit |
|
protectedvirtual |
|
virtual |
Reimplemented from jem::xml::Parser.
|
virtual |
Implements jem::xml::Parser.
|
virtual |
Reimplemented from jem::xml::Parser.
| void jive::util::DBaseParser::setRowGroups | ( | const Ref< Dictionary > & | dict | ) |
|
static |