Home | History | Annotate | Download | only in libxml2

Lines Matching refs:root

9510  * @node:  the root of the document.
9515 xmlSchemaCleanupDoc(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr root)
9519 if ((ctxt == NULL) || (root == NULL)) return;
9525 cur = root;
9565 if (cur == root) {
25462 * root node if no namespace declaration is in scope.
26318 * Skip further processing if we are on the validation root.
26345 * VAL TODO: 7 If the element information item is the ?validation root?, it must be
26346 * ?valid? per Validation Root Valid (ID/IDREF) (?3.3.4).
26368 "not intended for the validation root");
26768 * Get the declaration of the validation root.
26777 "for the validation root");