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