Searched defs:_xmlID (Results 1 – 2 of 2) sorted by relevance
456 struct _xmlID { struct457 struct _xmlID *next; /* next ID */ argument458 const xmlChar *value; /* The ID name */459 xmlAttrPtr attr; /* The attribute holding it */460 const xmlChar *name; /* The attribute if attr is not available */461 int lineno; /* The line number if attr is not available */462 struct _xmlDoc *doc; /* The document holding the ID */
419 struct _xmlID { struct420 struct _xmlID *next; /* next ID */ argument421 const xmlChar *value; /* The ID name */422 xmlAttrPtr attr; /* The attribute holding it */423 const xmlChar *name; /* The attribute if attr is not available */424 int lineno; /* The line number if attr is not available */425 struct _xmlDoc *doc; /* The document holding the ID */