Searched defs:_xmlXIncludeRef (Results 1 – 1 of 1) sorted by relevance
51 struct _xmlXIncludeRef { struct52 xmlChar *URI; /* the fully resolved resource URL */53 xmlChar *fragment; /* the fragment in the URI */54 xmlChar *base; /* base URI of xi:include element */55 xmlNodePtr elem; /* the xi:include element */56 xmlNodePtr inc; /* the included copy */57 int xml; /* xml or txt */58 int fallback; /* fallback was loaded */59 int expanding; /* flag to detect inclusion loops */60 int replace; /* should the node be replaced? */