• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:document

225     xmlDocPtr document;
234 /* the document stack */
253 int freedoc; /* need to free the document */
356 xmlDocPtr doc; /* the document being validated */
396 * Structure associated to a RelaxNGs document element
401 xmlDocPtr doc; /* the associated XML document */
409 * Structure associated to a RelaxNGs document element
414 xmlDocPtr doc; /* the associated XML document */
672 * @docu: a document structure
674 * Deallocate a RelaxNG document structure.
693 * @docu: a list of document structure
695 * Deallocate a RelaxNG document structures.
881 * @node: the node in the input document.
1173 * @node: the current node or NULL for the document
1585 * First lookup if the document is already loaded into the parser context,
1618 * load the document
1631 * Allocate the document structures and register it first.
1663 * Some preprocessing of the document content, this include recursing
1690 "xmlRelaxNG: included document is empty %s\n", URL,
1696 "xmlRelaxNG: included document %s root is not a grammar\n",
1871 xmlRngPErrMemory(ctxt, "adding document\n");
1882 xmlRngPErrMemory(ctxt, "adding document\n");
1922 * First lookup if the document is already loaded into the parser context,
1950 * load the document
1960 * Allocate the document structures and register it first.
1993 * Some preprocessing of the document content
2206 return (xmlCharStrdup("Extra data in the document\n"));
4520 xmlRngPErr(ctxt, node, XML_RNGP_EMPTY, "Include document is empty\n",
4526 "Include document root is not a grammar\n", NULL, NULL);
6653 * @doc: a preparsed document tree
6655 * Create an XML RelaxNGs parser context for that document.
6657 * document, the @doc parameter is duplicated internally.
6680 ret->document = copy;
6718 if ((ctxt->document != NULL) && (ctxt->freedoc))
6719 xmlFreeDoc(ctxt->document);
7305 * @doc: an xmldocPtr document pointer
7307 * Cleanup the document from unwanted nodes for parsing, resolve
7310 * Returns the cleaned up document or NULL in case of error
7353 * First step is to parse the input document into an DOM/Infoset
7373 } else if (ctxt->document != NULL) {
7374 doc = ctxt->document;
7380 ctxt->document = doc;
7383 * Some preprocessing of the document content
7387 xmlFreeDoc(ctxt->document);
7388 ctxt->document = NULL;
7401 xmlFreeDoc(ctxt->document);
7402 ctxt->document = NULL;
7407 xmlFreeDoc(ctxt->document);
7408 ctxt->document = NULL;
7428 ctxt->document = NULL;
7454 ctxt->document = NULL;
7740 fprintf(output, "no document\n");
7770 fprintf(output, "no document\n");
8144 * @doc: a document instance
8267 * @doc: a document instance
8315 * @doc: a document instance
10546 * @doc: the document
10548 * Validate the given document
10792 * @doc: a parsed document tree
10794 * Validate a document tree in memory.
10796 * Returns 0 if the document is valid, a positive error code