Lines Matching full:xinclude
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 context
146 * Emit an XInclude warning.
161 * @ctxt: the XInclude context
165 * Get an XInclude attribute
187 * @ref: the XInclude reference
189 * Free an XInclude reference
215 * @ctxt: the XInclude context
218 * Creates a new reference within an XInclude context
232 xmlXIncludeErrMemory(ctxt, ref, "growing XInclude context");
251 xmlXIncludeErrMemory(ctxt, ref, "growing XInclude context");
261 xmlXIncludeErrMemory(ctxt, ref, "growing XInclude context");
274 * Creates a new XInclude context
290 "creating XInclude context");
372 * @ctxt: the XInclude context
374 * Free an XInclude context
413 * @ctxt: the XInclude context
416 * parse a document for XInclude
481 * @ctxt: the XInclude context
484 * Add a new node to process to an XInclude context
655 * @ctxt: the XInclude context
659 * The XInclude recursive nature is handled at this point.
749 * @ctxt: the XInclude context
807 * @ctxt: the XInclude context
812 * Make a copy of the node while preserving the XInclude semantic
834 * @ctxt: the XInclude context
839 * Make a copy of the node list while preserving the XInclude semantic
897 * @ctxt: the XInclude context
1108 * @ctxt: the XInclude context
1231 /* points are ignored in XInclude */
1240 * XInclude I/O handling *
1328 * @ctxt: an XInclude context
1389 * @ctxt: the XInclude context
1391 * @nr: the xinclude node number
1393 * Load the document, and store the result in the XInclude context
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
1782 * @ctxt: the XInclude context
1784 * @nr: the xinclude node number
1786 * Load the content, and store the result in the XInclude context
1922 * @ctxt: the XInclude context
1924 * @nr: the xinclude node number
1927 * in the XInclude context
1967 * XInclude Processing *
1973 * @ctxt: an XInclude context
1974 * @node: an XInclude node
1976 * Implement the XInclude preprocessing, currently just adding the element
1989 * @ctxt: an XInclude context
2146 * @ctxt: an XInclude context
2195 "XInclude error: would result in multiple root nodes\n",
2215 * Change the current node as an XInclude start one, and add an
2216 * XInclude end one
2246 * @ctxt: the XInclude processing context
2247 * @node: an XInclude node
2249 * test if the node is an XInclude node
2267 "Deprecated XInclude namespace found, use %s",
2322 * @ctxt: the XInclude processing context
2326 * Implement the XInclude substitution on the XML document @doc
2418 * @ctxt: an XInclude processing context
2440 * Implement the XInclude substitution on the XML node @tree
2475 * Implement the XInclude substitution on the XML document @doc
2497 * Implement the XInclude substitution on the XML document @doc
2511 * Implement the XInclude substitution on the XML document @doc
2526 * Implement the XInclude substitution for the given subtree
2555 * Implement the XInclude substitution for the given subtree
2567 * @ctxt: an existing XInclude context
2570 * Implement the XInclude substitution for the given subtree reusing