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