Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:parseNode

130     parseNode( node, p_SubGraph, 1 );     // NB Subgraph pointed to will change in recursive fn.
142 bool GRXMLDoc::parseNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level )
172 parseNode ( *child, p_SubGraph, level+1 );
181 } // parseNode