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