}
else if (obj instanceof DocumentFragment)
{
int handle = xctxt.getDTMHandleFromNode((DocumentFragment)obj);
value = new XRTreeFrag(handle, xctxt);
}
else if (obj instanceof DTM)
{
DTM dtm = (DTM)obj;
DTMIterator iterator = new DescendantIterator();