Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h253 struct _xmlAttribute { struct
264 struct _xmlAttribute *nexth; /* next in hash table */ argument
265 xmlAttributeType atype; /* The attribute type */
266 xmlAttributeDefault def; /* the default */
267 const xmlChar *defaultValue; /* or the default value */
268 xmlEnumerationPtr tree; /* or the enumeration tree if any */
269 const xmlChar *prefix; /* the namespace prefix if any */
270 const xmlChar *elem; /* Element holding the attribute */