Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:node

213     TiXmlDocument node;
214 bool bLoadedOK = node.LoadFile( filename.c_str() );
215 if(!bLoadedOK || node.Error()) {
217 std::cout << "Error: " << node.Error() << " id " << node.ErrorId() << " row " << node.ErrorRow() << " col " << node.ErrorCol() << std::endl;
218 std::cout << "Error: " << node.ErrorDesc() << std::endl;
219 std::cout << "Error: near " << showline( filename.c_str(), node.ErrorRow()) << std::endl;
229 doc->parseGrammar( node, filenameNoPath ); // THE PARSING AND NETWORK BUILD HAPPENS IN HERE