Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xml

58     int                   xml; /* xml or txt */
83 int parseFlags; /* the flags used for parsing XML documents */
84 xmlChar * base; /* the current xml:base */
244 ret->xml = 0;
272 * @doc: an XML Document
496 int xml = 1, i; /* default Issue 64 */
522 xml = 1;
524 xml = 0;
616 * If local and xml then we need a fragment
618 if ((local == 1) && (xml == 1) &&
631 if ((!local) && (xml == 1)) {
647 ref->xml = xml;
1685 * Do the xml:base fixup if needed
1702 * No xml:base on the xinclude node, so we check whether the
1731 * the specified xml:base or the relative URI
1737 * If the element already has an xml:base
2004 int xml = 1; /* default Issue 64 */
2027 xml = 1;
2029 xml = 0;
2078 xml ? "xml": "text");
2088 if (xml) {
2265 #if 0 /* wait for the XML Core Working Group to get something stable ! */
2323 * @doc: an XML document
2326 * Implement the XInclude substitution on the XML document @doc
2419 * @flags: a set of xmlParserOption used for parsing XML includes
2421 * Set the flags used for further processing of XML resources.
2435 * @tree: an XML node
2436 * @flags: a set of xmlParserOption used for parsing XML includes
2440 * Implement the XInclude substitution on the XML node @tree
2470 * @doc: an XML document
2471 * @flags: a set of xmlParserOption used for parsing XML includes
2475 * Implement the XInclude substitution on the XML document @doc
2494 * @doc: an XML document
2495 * @flags: a set of xmlParserOption used for parsing XML includes
2497 * Implement the XInclude substitution on the XML document @doc
2509 * @doc: an XML document
2511 * Implement the XInclude substitution on the XML document @doc
2523 * @tree: a node in an XML document
2524 * @flags: a set of xmlParserOption used for parsing XML includes
2553 * @tree: a node in an XML document
2568 * @node: a node in an XML document