Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h418 struct _xmlID { struct
419 struct _xmlID *next; /* next ID */ argument
420 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 */