Searched defs:_xmlDefAttrs (Results 1 – 2 of 2) sorted by relevance
991 struct _xmlDefAttrs { struct992 int nbAttrs; /* number of defaulted attributes on that element */993 int maxAttrs; /* the size of the array */996 xmlDefAttr attrs[]; /* array of localname/prefix/values/external */998 xmlDefAttr attrs[1];
996 struct _xmlDefAttrs { struct997 int nbAttrs; /* number of defaulted attributes on that element */998 int maxAttrs; /* the size of the array */1001 xmlDefAttr attrs[]; /* array of localname/prefix/values/external */1003 xmlDefAttr attrs[1];