|
bool | uscxml::areFromSameMachine (const DOMNode *n1, const DOMNode *n2) |
|
bool | uscxml::conflicts (const DOMElement *t1, const DOMElement *t2, const DOMElement *root) |
|
DOMElement * | uscxml::findLCCA (const std::list< DOMElement * > &states) |
|
std::list< DOMElement * > | uscxml::getChildStates (const DOMElement *state, bool properOnly) |
|
std::list< XERCESC_NS::DOMElement * > | uscxml::getChildStates (const std::list< XERCESC_NS::DOMElement * > &states, bool properOnly) |
|
std::list< DOMElement * > | uscxml::getExitSet (const DOMElement *transition, const DOMElement *root) |
|
std::list< DOMElement * > | uscxml::getInitialStates (const DOMElement *state, const DOMElement *root) |
| In a conformant SCXML document, a compound state may specify either an "initial" attribute or an <initial> element, but not both. More...
|
|
DOMElement * | uscxml::getParentState (const DOMElement *element) |
|
std::list< DOMElement * > | uscxml::getProperAncestors (const DOMElement *s1, const DOMElement *s2) |
|
std::list< DOMElement * > | uscxml::getReachableStates (const DOMElement *root) |
|
DOMElement * | uscxml::getSourceState (const DOMElement *transition) |
|
DOMElement * | uscxml::getState (const std::string &stateId, const DOMElement *root) |
|
std::list< DOMElement * > | uscxml::getStates (const std::list< std::string > &stateIds, const DOMElement *root) |
|
std::list< DOMElement * > | uscxml::getTargetStates (const DOMElement *transition, const DOMElement *root) |
|
DOMElement * | uscxml::getTransitionDomain (const DOMElement *transition, const DOMElement *root) |
|
bool | uscxml::isAtomic (const DOMElement *state) |
|
bool | uscxml::isCompound (const DOMElement *state) |
|
bool | uscxml::isFinal (const DOMElement *state) |
|
bool | uscxml::isHistory (const DOMElement *state) |
|
bool | uscxml::isParallel (const DOMElement *state) |
|
bool | uscxml::isState (const DOMElement *state, bool properOnly) |
|