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

12

  /external/chromium_org/third_party/libxslt/libxslt/
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/libxslt/libxslt/
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/chromium_org/third_party/libxml/src/
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...]
runtest.c 38 #include <libxml/xinclude.h>
436 channel(data, "XInclude ");
    [all...]
configure     [all...]
testapi.c 191 #include <libxml/xinclude.h>
    [all...]
  /external/libxml2/
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...]

Completed in 346 milliseconds

12