Searched defs:_xmlAttribute (Results 1 – 1 of 1) sorted by relevance
214 struct _xmlAttribute { struct225 struct _xmlAttribute *nexth; /* next in hash table */ argument226 xmlAttributeType atype; /* The attribute type */227 xmlAttributeDefault def; /* the default */228 const xmlChar *defaultValue; /* or the default value */229 xmlEnumerationPtr tree; /* or the enumeration tree if any */230 const xmlChar *prefix; /* the namespace prefix if any */231 const xmlChar *elem; /* Element holding the attribute */