|
| DataParser (const Ref< MPContext > &mpx=NIL) |
|
void | addNodesParser (const XNodeSet &nodes, idx_t rank=-1) |
|
void | addElementsParser (const XElementSet &elems, idx_t nodesPerElem=-1) |
|
void | addBoundsParser (const XBoundarySet &bounds, idx_t maxLocalIndex=-1) |
|
| DataParser (const Ref< MPContext > &mpx=NIL) |
|
void | parseFile (const String &fname, const Ref< Writer > &logger=NIL) |
|
void | setMaxParts (idx_t maxParts) |
|
void | skipUnknownTags (bool choice=true) |
|
void | addPointSetParser (const Ref< XPointSet > &points, idx_t rank=-1, const String &tag="") |
|
void | addGroupSetParser (const Ref< XGroupSet > &groups, idx_t groupSize=-1, const String &tag="") |
|
void | addMemberSetParser (const Ref< XMemberSet > &members, idx_t maxLocal=-1, const String &tag="") |
|
void | addItemGroupsParser (const Ref< ItemSet > &items, const Ref< Dictionary > &groups, const String &filter="*", const String &tag="") |
|
void | addItemGroupsParsers (const Properties &globdat, const String &filter="*") |
|
void | addTableParser (const Ref< XTable > &table, const Ref< Dictionary > &rowGroups=NIL, const String &tag="") |
|
void | addTablesParser (const Ref< ItemSet > &items, const Ref< Dictionary > &tables, const Ref< Dictionary > &rowGroups=NIL, const String &filter="*", const String &tag="") |
|
void | addTablesParsers (const Properties &globdat, const String &filter="*") |
|
void | addDbaseParser (const Ref< Database > &dbase, const Ref< Dictionary > &rowGroups=NIL, const String &tag="") |
|
void | addDbasesParser (const Ref< ItemSet > &items, const Ref< Dictionary > &dbases, const Ref< Dictionary > &rowGroups=NIL, const String &filter="*", const String &tag="") |
|
void | addDbasesParsers (const Properties &globdat, const String &filter="*") |
|
void | addConstraintsParser (const Ref< ConParser > &conParser, const String &tag="") |
|
void | addConstraintsParsers (const Properties &globdat) |
|
void | addFuncsParser (const Ref< Dictionary > &funcs, const String &filter="*", const String &tag="") |
|
void | addFuncsParser (const Properties &globdat, const String &filter="*", const String &tag="") |
|
| CompoundParser () |
|
virtual void | reset () |
|
virtual void | parse (State &state) |
|
virtual void | takeAction (const String &action, const Properties ¶ms) |
|
void | addParser (const String &tagName, const Ref< Parser > &parser) |
|
void | setDefaultParser (const Ref< Parser > &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) |
|
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...
|
|