Home
last modified time | relevance | path

Searched defs:_xmlXIncludeRef (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libxml2/
H A Dxinclude.c50 struct _xmlXIncludeRef { struct
51 xmlChar *URI; /* the fully resolved resource URL */
52 xmlChar *fragment; /* the fragment in the URI */
53 xmlChar *base; /* base URI of xi:include element */
54 xmlNodePtr elem; /* the xi:include element */
55 xmlNodePtr inc; /* the included copy */
56 int xml; /* xml or txt */
57 int fallback; /* fallback was loaded */
58 int expanding; /* flag to detect inclusion loops */
59 int replace; /* should the node be replaced? */