Home | History | Annotate | Download | only in libxml2

Lines Matching refs: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
803 * @ctxt: the XInclude context
808 * Make a copy of the node while preserving the XInclude semantic
827 * @ctxt: the XInclude context
832 * Make a copy of the node list while preserving the XInclude semantic
890 * @ctxt: the XInclude context
1102 * @ctxt: the XInclude context
1225 /* points are ignored in XInclude */
1234 * XInclude I/O handling *
1322 * @ctxt: an XInclude context
1383 * @ctxt: the XInclude context
1385 * @nr: the xinclude node number
1387 * Load the document, and store the result in the XInclude context
1689 * The base is only adjusted if "necessary", i.e. if the xinclude node
1696 * No xml:base on the xinclude node, so we check whether the
1776 * @ctxt: the XInclude context
1778 * @nr: the xinclude node number
1780 * Load the content, and store the result in the XInclude context
1916 * @ctxt: the XInclude context
1918 * @nr: the xinclude node number
1921 * in the XInclude context
1961 * XInclude Processing *
1967 * @ctxt: an XInclude context
1968 * @node: an XInclude node
1970 * Implement the XInclude preprocessing, currently just adding the element
1983 * @ctxt: an XInclude context
2140 * @ctxt: an XInclude context
2189 "XInclude error: would result in multiple root nodes\n",
2209 * Change the current node as an XInclude start one, and add an
2210 * XInclude end one
2240 * @ctxt: the XInclude processing context
2241 * @node: an XInclude node
2243 * test if the node is an XInclude node
2261 "Deprecated XInclude namespace found, use %s",
2316 * @ctxt: the XInclude processing context
2320 * Implement the XInclude substitution on the XML document @doc
2412 * @ctxt: an XInclude processing context
2434 * Implement the XInclude substitution on the XML document @doc
2469 * Implement the XInclude substitution on the XML document @doc
2483 * Implement the XInclude substitution on the XML document @doc
2498 * Implement the XInclude substitution for the given subtree
2527 * Implement the XInclude substitution for the given subtree
2539 * @ctxt: an existing XInclude context
2542 * Implement the XInclude substitution for the given subtree reusing