Searched refs:xinclude (Results 1 - 12 of 12) sorted by relevance

/external/bzip2/
H A Dxmlproc.sh74 flags='--noout --xinclude --noblanks --postvalid'
83 xsltproc --nonet --xinclude -o $htmlfile $xsl_html $xmlfmtfile
89 xsltproc --nonet --xinclude -o $fofile $xsl_fo $xmlfmtfile
98 xsltproc --nonet --xinclude -o $fofile $xsl_fo $xmlfmtfile
/external/libxml2/
H A DAndroid.mk26 xinclude.c \
H A Dxmllint.c81 #include <libxml/xinclude.h>
178 static int xinclude = 0; variable
2411 if (xinclude) {
3050 printf("\t--xinclude : do XInclude processing\n");
3258 else if ((!strcmp(argv[i], "-xinclude")) ||
3259 (!strcmp(argv[i], "--xinclude"))) {
3260 xinclude++;
3265 xinclude++;
3271 xinclude++;
H A Dxmlreader.c41 #include <libxml/xinclude.h>
166 int xinclude; /* is xinclude asked for */ member in struct:_xmlTextReader
167 const xmlChar * xinclude_name; /* the xinclude name from dict */
168 xmlXIncludeCtxtPtr xincctxt; /* the xinclude context */
169 int in_xinclude; /* counts for xinclude */
1485 if ((reader->xinclude) && (reader->node != NULL) &&
2133 ret->xinclude = 0;
5086 reader->xinclude = 1;
5090 reader->xinclude
[all...]
H A Dxinclude.c2 * xinclude.c : Code to implement XInclude processing
5 * http://www.w3.org/TR/2003/WD-xinclude-20031110
27 #include <libxml/xinclude.h>
1391 * @nr: the xinclude node number
1695 * The base is only adjusted if "necessary", i.e. if the xinclude node
1702 * No xml:base on the xinclude node, so we check whether the
1784 * @nr: the xinclude node number
1924 * @nr: the xinclude node number
/external/libxslt/libxslt/
H A Ddocuments.c29 #include <libxml/xinclude.h>
324 if (ctxt->xinclude != 0) {
H A Dtransform.h28 xsltSetXIncludeDefault (int xinclude);
H A Dxsltutils.c1411 if (ctxt->xinclude)
1415 ctxt->xinclude = 1;
1417 ctxt->xinclude = 0;
H A DxsltInternals.h1710 int xinclude; /* should XInclude be processed */ member in struct:_xsltTransformContext
H A Dtransform.c301 * @xinclude: whether to do XInclude processing
306 xsltSetXIncludeDefault(int xinclude) { argument
307 xsltDoXIncludeDefault = (xinclude != 0);
551 cur->xinclude = xsltGetXIncludeDefault();
/external/jdiff/
H A Dxerces.jar ... apache/xerces/parsers/ org/apache/xerces/util/ org/apache/xerces/xinclude/ org/apache/xerces/xni/ org/apache/xerces/xni/grammars/ org ...
/external/linux-tools-perf/Documentation/
H A DMakefile240 XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css

Completed in 1106 milliseconds