Searched defs:_xmlRef (Results 1 – 1 of 1) sorted by relevance
433 struct _xmlRef { struct434 struct _xmlRef *next; /* next Ref */ argument435 const xmlChar *value; /* The Ref name */436 xmlAttrPtr attr; /* The attribute holding it */437 const xmlChar *name; /* The attribute if attr is not available */438 int lineno; /* The line number if attr is not available */