Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h456 struct _xmlID { struct
457 struct _xmlID *next; /* next ID */ argument
458 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 */
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h419 struct _xmlID { struct
420 struct _xmlID *next; /* next ID */ argument
421 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 */