Searched defs:_xmlAttr (Results 1 – 1 of 1) sorted by relevance
433 struct _xmlAttr { struct440 struct _xmlAttr *next; /* next sibling link */ argument441 struct _xmlAttr *prev; /* previous sibling link */ argument442 struct _xmlDoc *doc; /* the containing document */443 xmlNs *ns; /* pointer to the associated namespace */444 xmlAttributeType atype; /* the attribute type if validating */445 void *psvi; /* for type/PSVI informations */