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