Searched defs:_xmlID (Results 1 – 1 of 1) sorted by relevance
418 struct _xmlID { struct419 struct _xmlID *next; /* next ID */ argument420 const xmlChar *value; /* The ID name */421 xmlAttrPtr attr; /* The attribute holding it */422 const xmlChar *name; /* The attribute if attr is not available */423 int lineno; /* The line number if attr is not available */424 struct _xmlDoc *doc; /* The document holding the ID */