> I have an array of xpath result ptr objects, which contain nodesets. 
> I want a single reslultPtr having one nodeset containing nodes of all 
these separate result ptrs. 

You can have either a single MutableNodeRefList instance with all of the 
nodes in it.  There is no particular need to wrap it in an XObject and an 
XObjectPtr.  Just create an instance of MutableNodeRefList, and add each 
of the node-sets to it, using either addNodes().  If document order is 
important to you, that's a bit trickier.

> Assume the node types are all the same.

This is irrelevant, because it does not matter if they are all the same 
type of node, or not.

Dave

Reply via email to