HomeSort by relevance Sort by last modified time
    Searched full:xinclude (Results 1 - 25 of 43) sorted by null

1 2

  /external/libxml2/include/libxml/
xinclude.h 2 * Summary: implementation of XInclude
3 * Description: API to handle XInclude processing,
6 * http://www.w3.org/TR/2003/WD-xinclude-20031110
28 * Macro defining the Xinclude namespace: http://www.w3.org/2003/XInclude
30 #define XINCLUDE_NS (const xmlChar *) "http://www.w3.org/2003/XInclude"
34 * Macro defining the draft Xinclude namespace: http://www.w3.org/2001/XInclude
36 #define XINCLUDE_OLD_NS (const xmlChar *) "http://www.w3.org/2001/XInclude"
xmlversion.h 256 * Whether XInclude is configured in
  /external/valgrind/main/docs/xml/
manual.xml 22 xmlns:xi="http://www.w3.org/2001/XInclude" />
24 xmlns:xi="http://www.w3.org/2001/XInclude" />
26 xmlns:xi="http://www.w3.org/2001/XInclude" />
28 xmlns:xi="http://www.w3.org/2001/XInclude" />
30 xmlns:xi="http://www.w3.org/2001/XInclude" />
32 xmlns:xi="http://www.w3.org/2001/XInclude" />
34 xmlns:xi="http://www.w3.org/2001/XInclude" />
36 xmlns:xi="http://www.w3.org/2001/XInclude" />
38 xmlns:xi="http://www.w3.org/2001/XInclude" />
40 xmlns:xi="http://www.w3.org/2001/XInclude" />
    [all...]
valgrind-manpage.xml 56 xmlns:xi="http://www.w3.org/2001/XInclude" />
59 xmlns:xi="http://www.w3.org/2001/XInclude" />
69 xmlns:xi="http://www.w3.org/2001/XInclude" />
72 xmlns:xi="http://www.w3.org/2001/XInclude" />
82 xmlns:xi="http://www.w3.org/2001/XInclude" />
85 xmlns:xi="http://www.w3.org/2001/XInclude" />
96 xmlns:xi="http://www.w3.org/2001/XInclude" />
99 xmlns:xi="http://www.w3.org/2001/XInclude" />
109 xmlns:xi="http://www.w3.org/2001/XInclude" />
120 xmlns:xi="http://www.w3.org/2001/XInclude" />
    [all...]
manpages-index.xml 12 xmlns:xi="http://www.w3.org/2001/XInclude" />
16 xmlns:xi="http://www.w3.org/2001/XInclude" />
20 xmlns:xi="http://www.w3.org/2001/XInclude" />
24 xmlns:xi="http://www.w3.org/2001/XInclude" />
28 xmlns:xi="http://www.w3.org/2001/XInclude" />
dist-docs.xml 28 xmlns:xi="http://www.w3.org/2001/XInclude" />
36 xmlns:xi="http://www.w3.org/2001/XInclude" />
44 xmlns:xi="http://www.w3.org/2001/XInclude" />
54 xmlns:xi="http://www.w3.org/2001/XInclude" />
64 xmlns:xi="http://www.w3.org/2001/XInclude" />
74 xmlns:xi="http://www.w3.org/2001/XInclude" />
index.xml 41 xmlns:xi="http://www.w3.org/2001/XInclude" />
45 xmlns:xi="http://www.w3.org/2001/XInclude" />
49 xmlns:xi="http://www.w3.org/2001/XInclude" />
53 xmlns:xi="http://www.w3.org/2001/XInclude" />
57 xmlns:xi="http://www.w3.org/2001/XInclude" />
61 xmlns:xi="http://www.w3.org/2001/XInclude" />
licenses.xml 15 xmlns:xi="http://www.w3.org/2001/XInclude" />
23 xmlns:xi="http://www.w3.org/2001/XInclude" />
tech-docs.xml 21 xmlns:xi="http://www.w3.org/2001/XInclude" />
23 xmlns:xi="http://www.w3.org/2001/XInclude" />
25 xmlns:xi="http://www.w3.org/2001/XInclude" />
  /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...]
Android.mk 26 xinclude.c \
xmllint.c 81 #include <libxml/xinclude.h>
173 static int xinclude = 0; variable
    [all...]
  /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/valgrind/main/cachegrind/docs/
cg_annotate-manpage.xml 45 xmlns:xi="http://www.w3.org/2001/XInclude" />
  /external/valgrind/main/massif/docs/
ms_print-manpage.xml 45 xmlns:xi="http://www.w3.org/2001/XInclude" />
  /external/libxslt/libxslt/
transform.h 25 * XInclude default processing.
28 xsltSetXIncludeDefault (int xinclude);
documents.c 29 #include <libxml/xinclude.h>
324 if (ctxt->xinclude != 0) {
333 "xsltLoadDocument(%s) : XInclude processing not compiled in\n",
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 452 * <p>Set state of XInclude processing.</p>
454 * <p>If XInclude markup is found in the document instance, should it be
455 * processed as specified in <a href="http://www.w3.org/TR/xinclude/">
456 * XML Inclusions (XInclude) Version 1.0</a>.</p>
458 * <p>XInclude processing defaults to <code>false</code>.</p>
460 * @param state Set XInclude processing to <code>true</code> or
481 * <p>Get state of XInclude processing.</p>
483 * @return current state of XInclude processing
SAXParserFactory.java 328 * <p>Set state of XInclude processing.</p>
330 * <p>If XInclude markup is found in the document instance, should it be
331 * processed as specified in <a href="http://www.w3.org/TR/xinclude/">
332 * XML Inclusions (XInclude) Version 1.0</a>.</p>
334 * <p>XInclude processing defaults to <code>false</code>.</p>
336 * @param state Set XInclude processing to <code>true</code> or
357 * <p>Get state of XInclude processing.</p>
359 * @return current state of XInclude processing
  /external/valgrind/main/callgrind/docs/
callgrind_annotate-manpage.xml 45 xmlns:xi="http://www.w3.org/2001/XInclude" />
callgrind_control-manpage.xml 46 xmlns:xi="http://www.w3.org/2001/XInclude" />
  /external/bluetooth/bluez/doc/
bluez-docs.xml 6 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  /external/bluetooth/glib/docs/reference/gio/
gio-docs.xml 6 <book lang="en" id="gio" xmlns:xi="http://www.w3.org/2003/XInclude">
  /external/webkit/Source/WebKit/gtk/docs/
webkitgtk-docs.sgml 6 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  /external/valgrind/main/docs/
Makefile.am 97 LINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent
104 XSLTPROC_FLAGS = --nonet --xinclude

Completed in 707 milliseconds

1 2