//System.out.print("DocItem::selectNodes() - Testing \'" + currItem.getName() + "\'");
if(search.attrSearch.containsKey(XPathSearch.ATTR_STARTPOS)) {
ComparisonType comp = (ComparisonType)search.attrSearch.get(XPathSearch.ATTR_STARTPOS);
//System.out.println(XPathSearch.ATTR_STARTPOS + ": ");
if(comp.performComparison(currItem.startPosition))
{
matches++;
//System.out.print(" success ");
}
if (endItem != null