Searched defs:_xmlNodeSet (Results 1 – 1 of 1) sorted by relevance
79 struct _xmlNodeSet { struct80 int nodeNr; /* number of nodes in the set */81 int nodeMax; /* size of the array as allocated */82 xmlNodePtr *nodeTab; /* array of nodes in no particular order */