HomeSort by relevance Sort by last modified time
    Searched refs:xinclude (Results 1 - 11 of 11) sorted by null

  /external/bzip2/
xmlproc.sh 74 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/
Android.mk 26 xinclude.c \
xmllint.c 81 #include <libxml/xinclude.h>
173 static int xinclude = 0; variable
    [all...]
xmlreader.c 41 #include <libxml/xinclude.h>
165 /* Handling of XInclude processing */
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 */
    [all...]
xinclude.c 2 * xinclude.c : Code to implement XInclude processing
5 * http://www.w3.org/TR/2003/WD-xinclude-20031110
27 #include <libxml/xinclude.h>
41 * XInclude context handling *
46 * An XInclude context
95 * XInclude error handler *
119 * @ctxt: the XInclude context
124 * Handle an XInclude error
141 * @ctxt: the XInclude contex
    [all...]
  /external/libxslt/libxslt/
documents.c 29 #include <libxml/xinclude.h>
324 if (ctxt->xinclude != 0) {
333 "xsltLoadDocument(%s) : XInclude processing not compiled in\n",
transform.h 25 * XInclude default processing.
28 xsltSetXIncludeDefault (int xinclude);
xsltutils.c     [all...]
xsltInternals.h 1710 int xinclude; \/* should XInclude be processed *\/ member in struct:_xsltTransformContext
    [all...]
transform.c 293 * XInclude default settings *
301 * @xinclude: whether to do XInclude processing
303 * Set whether XInclude should be processed on document being loaded by default
306 xsltSetXIncludeDefault(int xinclude) {
307 xsltDoXIncludeDefault = (xinclude != 0);
313 * Provides the default state for XInclude processing
551 cur->xinclude = xsltGetXIncludeDefault();
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 276 milliseconds