Searched defs:_xmlAttr (Results 1 – 1 of 1) sorted by relevance
395 struct _xmlAttr { struct402 struct _xmlAttr *next; /* next sibling link */ argument403 struct _xmlAttr *prev; /* previous sibling link */ argument404 struct _xmlDoc *doc; /* the containing document */405 xmlNs *ns; /* pointer to the associated namespace */406 xmlAttributeType atype; /* the attribute type if validating */407 void *psvi; /* for type/PSVI informations */