Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h473 struct _xmlRef { struct
474 struct _xmlRef *next; /* next Ref */ argument
475 const xmlChar *value; /* The Ref name */
476 xmlAttrPtr attr; /* The attribute holding it */
477 const xmlChar *name; /* The attribute if attr is not available */
478 int lineno; /* The line number if attr is not available */
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h436 struct _xmlRef { struct
437 struct _xmlRef *next; /* next Ref */ argument
438 const xmlChar *value; /* The Ref name */
439 xmlAttrPtr attr; /* The attribute holding it */
440 const xmlChar *name; /* The attribute if attr is not available */
441 int lineno; /* The line number if attr is not available */