Searched defs:_xmlAttribute (Results 1 – 2 of 2) sorted by relevance
257 struct _xmlAttribute { struct268 struct _xmlAttribute *nexth; /* next in hash table */ argument269 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 */
262 struct _xmlAttribute { struct273 struct _xmlAttribute *nexth; /* next in hash table */ argument274 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 */