• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

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);
6651 * @doc: a preparsed document tree
6653 * Create an XML RelaxNGs parser context for that document.
6655 * document, the @doc parameter is duplicated internally.
6678 ret->document = copy;
6716 if ((ctxt->document != NULL) && (ctxt->freedoc))
6717 xmlFreeDoc(ctxt->document);
7303 * @doc: an xmldocPtr document pointer
7305 * Cleanup the document from unwanted nodes for parsing, resolve
7308 * Returns the cleaned up document or NULL in case of error
7351 * First step is to parse the input document into an DOM/Infoset
7371 } else if (ctxt->document != NULL) {
7372 doc = ctxt->document;
7378 ctxt->document = doc;
7381 * Some preprocessing of the document content
7385 xmlFreeDoc(ctxt->document);
7386 ctxt->document = NULL;
7399 xmlFreeDoc(ctxt->document);
7400 ctxt->document = NULL;
7405 xmlFreeDoc(ctxt->document);
7406 ctxt->document = NULL;
7426 ctxt->document = NULL;
7452 ctxt->document = NULL;
7738 fprintf(output, "no document\n");
7768 fprintf(output, "no document\n");
8142 * @doc: a document instance
8265 * @doc: a document instance
8313 * @doc: a document instance
10541 * @doc: the document
10543 * Validate the given document
10787 * @doc: a parsed document tree
10789 * Validate a document tree in memory.
10791 * Returns 0 if the document is valid, a positive error code