Home
last modified time | relevance | path

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

/external/libxml2/
Dxinclude.c54 struct _xmlXIncludeRef { struct
55 xmlChar *URI; /* the fully resolved resource URL */
56 xmlChar *fragment; /* the fragment in the URI */
57 xmlDocPtr doc; /* the parsed document */
58 xmlNodePtr ref; /* the node making the reference in the source */
59 xmlNodePtr inc; /* the included copy */
60 int xml; /* xml or txt */
61 int count; /* how many refs use that specific doc */
62 xmlXPathObjectPtr xptr; /* the xpointer if needed */
63 int emptyFb; /* flag to show fallback empty */