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
28 #include <libxml/xinclude.h>
43 * XInclude context handling *
48 * An XInclude context
97 * XInclude error handler *
121 * @ctxt: the XInclude context
126 * Handle an XInclude error
143 * @ctxt: the XInclude context
148 * Emit an XInclude warning.
163 * @ctxt: the XInclude context
167 * Get an XInclude attribute
189 * @ref: the XInclude reference
191 * Free an XInclude reference
217 * @ctxt: the XInclude context
220 * Creates a new reference within an XInclude context
234 xmlXIncludeErrMemory(ctxt, ref, "growing XInclude context");
253 xmlXIncludeErrMemory(ctxt, ref, "growing XInclude context");
263 xmlXIncludeErrMemory(ctxt, ref, "growing XInclude context");
276 * Creates a new XInclude context
292 "creating XInclude context");
374 * @ctxt: the XInclude context
376 * Free an XInclude context
415 * @ctxt: the XInclude context
418 * parse a document for XInclude
483 * @ctxt: the XInclude context
486 * Add a new node to process to an XInclude context
657 * @ctxt: the XInclude context
661 * The XInclude recursive nature is handled at this point.
751 * @ctxt: the XInclude context
809 * @ctxt: the XInclude context
814 * Make a copy of the node while preserving the XInclude semantic
836 * @ctxt: the XInclude context
841 * Make a copy of the node list while preserving the XInclude semantic
899 * @ctxt: the XInclude context
1112 * @ctxt: the XInclude context
1235 /* points are ignored in XInclude */
1244 * XInclude I/O handling *
1332 * @ctxt: an XInclude context
1393 * @ctxt: the XInclude context
1395 * @nr: the xinclude node number
1397 * Load the document, and store the result in the XInclude context
1699 * The base is only adjusted if "necessary", i.e. if the xinclude node
1706 * No xml:base on the xinclude node, so we check whether the
1786 * @ctxt: the XInclude context
1788 * @nr: the xinclude node number
1790 * Load the content, and store the result in the XInclude context
1951 * @ctxt: the XInclude context
1953 * @nr: the xinclude node number
1956 * in the XInclude context
1997 * XInclude Processing *
2003 * @ctxt: an XInclude context
2004 * @node: an XInclude node
2006 * Implement the XInclude preprocessing, currently just adding the element
2019 * @ctxt: an XInclude context
2176 * @ctxt: an XInclude context
2225 "XInclude error: would result in multiple root nodes\n",
2245 * Change the current node as an XInclude start one, and add an
2246 * XInclude end one
2276 * @ctxt: the XInclude processing context
2277 * @node: an XInclude node
2279 * test if the node is an XInclude node
2297 "Deprecated XInclude namespace found, use %s",
2352 * @ctxt: the XInclude processing context
2356 * Implement the XInclude substitution on the XML document @doc
2448 * @ctxt: an XInclude processing context
2470 * Implement the XInclude substitution on the XML node @tree
2506 * Implement the XInclude substitution on the XML document @doc
2528 * Implement the XInclude substitution on the XML document @doc
2542 * Implement the XInclude substitution on the XML document @doc
2557 * Implement the XInclude substitution for the given subtree
2587 * Implement the XInclude substitution for the given subtree
2599 * @ctxt: an existing XInclude context
2602 * Implement the XInclude substitution for the given subtree reusing