Lines Matching refs:root
1027 /* do the URI base composition, load and find the root */
1042 "could not find root from include '%s'.\n",
1079 xmlNodePtr root, cur;
1127 * Then extract the root and Schematron parse it
1129 root = xmlDocGetRootElement(doc);
1130 if (root == NULL) {
1140 if (!IS_SCHEMATRON(root, "schema")) {
1141 xmlSchematronPErr(ctxt, root,
1155 cur = root->children;
1204 xmlSchematronPErr(ctxt, root,
1666 xmlNodePtr cur, root;
1675 root = xmlDocGetRootElement(instance);
1676 if (root == NULL) {
1687 cur = root;
1718 cur = root;