Searched defs:_xmlID (Results 1 – 2 of 2) sorted by relevance
459 struct _xmlID { struct460 struct _xmlID *next; /* next ID */ argument461 const xmlChar *value; /* The ID name */462 xmlAttrPtr attr; /* The attribute holding it */463 const xmlChar *name; /* The attribute if attr is not available */464 int lineno; /* The line number if attr is not available */465 struct _xmlDoc *doc; /* The document holding the ID */