Home
last modified time | relevance | path

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

/external/cronet/third_party/libxml/src/include/libxml/
Dtree.h257 struct _xmlAttribute { struct
268 struct _xmlAttribute *nexth; /* next in hash table */ argument
269 xmlAttributeType atype; /* The attribute type */
270 xmlAttributeDefault def; /* the default */
271 const xmlChar *defaultValue; /* or the default value */
272 xmlEnumerationPtr tree; /* or the enumeration tree if any */
273 const xmlChar *prefix; /* the namespace prefix if any */
274 const xmlChar *elem; /* Element holding the attribute */
/external/libxml2/include/libxml/
Dtree.h262 struct _xmlAttribute { struct
273 struct _xmlAttribute *nexth; /* next in hash table */ argument
274 xmlAttributeType atype; /* The attribute type */
275 xmlAttributeDefault def; /* the default */
276 const xmlChar *defaultValue; /* or the default value */
277 xmlEnumerationPtr tree; /* or the enumeration tree if any */
278 const xmlChar *prefix; /* the namespace prefix if any */
279 const xmlChar *elem; /* Element holding the attribute */