Searched refs:parseNode (Results 1 – 2 of 2) sorted by relevance
97 bool parseNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
130 parseNode( node, p_SubGraph, 1 ); // NB Subgraph pointed to will change in recursive fn. in parseGrammar()142 bool GRXMLDoc::parseNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level ) in parseNode() function in GRXMLDoc172 parseNode ( *child, p_SubGraph, level+1 ); in parseNode()