Home
last modified time | relevance | path

Searched defs:_xmlID (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h457 struct _xmlID { struct
458 struct _xmlID *next; /* next ID */ argument
459 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 */