Home | History | Annotate | Download | only in toolutil

Lines Matching refs:root

333     UXMLElement   *root = NULL;
368 // Get the root element
370 // Root is an empty element (no nested elements or content)
371 root = createElement(mXMLElemEmpty, status);
375 error("Root Element expected", status);
378 root = createElement(mXMLElemStart, status);
379 UXMLElement *el = root;
382 // This is the loop that consumes the root element of the document,
435 // Close of the root element. We're done with the doc.
458 error("Root element not closed.", status);
463 // Root Element parse is complete.
474 return root;
477 delete root;