#include <jive/util/ConstraintsParser.h>
|
| static Ref< Self > | find (const Ref< ItemSet > &items, const Properties &globdat) |
| |
| static Ref< Self > | get (const Ref< ItemSet > &items, const Properties &globdat) |
| |
| static Ref< Self > | extract (const Ref< ItemSet > &items, const Properties &globdat) |
| |
| 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 Class * | getType () |
| | Returns the Class instance representing the Object class. More...
|
| |
| jive::util::ConstraintsParser::ConstraintsParser |
( |
const Ref< ItemSet > & |
items, |
|
|
const Ref< Dictionary > & |
groups = NIL |
|
) |
| |
|
explicit |
| virtual jive::util::ConstraintsParser::~ConstraintsParser |
( |
| ) |
|
|
protectedvirtual |
| virtual void jive::util::ConstraintsParser::parse |
( |
State & |
state | ) |
|
|
virtual |
| virtual void jive::util::ConstraintsParser::takeAction |
( |
const String & |
action, |
|
|
const Properties & |
params |
|
) |
| |
|
virtual |
| String jive::util::ConstraintsParser::getTagName |
( |
| ) |
const |
| void jive::util::ConstraintsParser::clear |
( |
| ) |
|
| idx_t jive::util::ConstraintsParser::slaveDofCount |
( |
| ) |
const |
| ItemSet* jive::util::ConstraintsParser::getItems |
( |
| ) |
const |
| void jive::util::ConstraintsParser::addDofsTo |
( |
XDofSpace & |
dofs | ) |
const |
| void jive::util::ConstraintsParser::getConstraints |
( |
Constraints & |
cons, |
|
|
const String & |
context |
|
) |
| const |
| void jive::util::ConstraintsParser::store |
( |
const Properties & |
globdat | ) |
const |
| static Ref<Self> jive::util::ConstraintsParser::extract |
( |
const Ref< ItemSet > & |
items, |
|
|
const Properties & |
globdat |
|
) |
| |
|
static |