20 #ifndef _REMOTEPARSERS_HXX_
21 #define _REMOTEPARSERS_HXX_
31 template <
class T=YACS::ENGINE::InlineNode*>
39 DEBTRACE(
"remotetypeParser::onEnd: " << el )
40 std::string element(el);
42 else if(element ==
"function")this->
function(((
functypeParser*)child)->post());
58 DEBTRACE(
"remote_function: " <<
f._code )
80 if(this->
_state ==
"disabled")this->
_node->exDisabledState();
83 if(currentProc->
containerMap.count(this->_container) != 0)
95 std::cerr <<
"WARNING: Unknown container and no DefaultContainer " << this->
_container <<
" will be ignored" << std::endl;
105 DEBTRACE(
"remotetypeParser::onStart: " << el )
106 std::string element(el);
108 this->maxcount(
"kind",1,element);
109 this->maxcount(
"function",1,element);
110 this->maxcount(
"script",1,element);
111 this->maxcount(
"load",1,element);
112 this->maxchoice(
t1,1,element);
122 this->SetUserDataAndPush(pp);