Home | History | Annotate | Download | only in libxml

Lines Matching refs:xmlChar

30 #define XINCLUDE_NS (const xmlChar *) "http://www.w3.org/2003/XInclude"
36 #define XINCLUDE_OLD_NS (const xmlChar *) "http://www.w3.org/2001/XInclude"
42 #define XINCLUDE_NODE (const xmlChar *) "include"
48 #define XINCLUDE_FALLBACK (const xmlChar *) "fallback"
54 #define XINCLUDE_HREF (const xmlChar *) "href"
60 #define XINCLUDE_PARSE (const xmlChar *) "parse"
66 #define XINCLUDE_PARSE_XML (const xmlChar *) "xml"
72 #define XINCLUDE_PARSE_TEXT (const xmlChar *) "text"
78 #define XINCLUDE_PARSE_ENCODING (const xmlChar *) "encoding"
84 #define XINCLUDE_PARSE_XPOINTER (const xmlChar *) "xpointer"