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

Lines Matching defs:standalone

25  * from the SAX callbacks or as standalone functions using a preparsed
316 errmsg = "external parsed entities cannot be standalone\n";
340 errmsg = "standalone accepts only 'yes' or 'no'\n";
1956 * with "standalone='yes'", ... ... The declaration of a parameter
1961 * with "standalone='no'", ... ... The declaration of a parameter entity
2054 * references, or a document with "standalone='yes'", ...
2058 if ((ctxt->standalone == 1) ||
2067 * parameter entities with "standalone='no'", ...
6317 * with "standalone='yes'", the Name given in the entity reference
6327 * well-formedness constraint only if standalone='yes'.
6368 * references, or a document with "standalone='yes'", the
6383 * standalone='yes'.
6386 if ((ctxt->standalone == 1) ||
6482 * with "standalone='yes'", the Name given in the entity reference
6492 * well-formedness constraint only if standalone='yes'.
6538 * references, or a document with "standalone='yes'", the
6553 * standalone='yes'.
6556 if ((ctxt->standalone == 1) ||
6655 * with "standalone='yes'", ... ... The declaration of a parameter
6660 * with "standalone='no'", ... ... The declaration of a parameter entity
6692 * references, or a document with "standalone='yes'", ...
6696 if ((ctxt->standalone == 1) ||
6706 * parameter entities with "standalone='no'", ...
6776 * with "standalone='yes'", ... ... The declaration of a parameter
6781 * with "standalone='no'", ... ... The declaration of a parameter entity
6822 * references, or a document with "standalone='yes'", ...
6826 if ((ctxt->standalone == 1) ||
6835 * parameter entities with "standalone='no'", ...
8909 * parse the XML standalone declaration
8911 * [32] SDDecl ::= S 'standalone' Eq
8915 * TODO The standalone document declaration must have the value "no"
8928 * Returns 1 if standalone, 0 otherwise
8933 int standalone = -1;
8941 return(standalone);
8948 standalone = 0;
8952 standalone = 1;
8964 standalone = 0;
8968 standalone = 1;
8981 return(standalone);
8998 * This value for standalone indicates that the document has an
8999 * XML declaration but it does not have a standalone attribute.
9000 * It will be overwritten later if a standalone attribute is found.
9002 ctxt->input->standalone = -2;
9054 * We may have the standalone status.
9064 ctxt->input->standalone = xmlParseSDDecl(ctxt);
9179 ctxt->standalone = ctxt->input->standalone;
9779 ctxt->standalone = ctxt->input->standalone;
12966 ctxt->standalone = -1;