//return new DescendantOrSelfAxisIterator(_xc);
}
public Iterator getAncestorOrSelfAxisIterator(Object contextNode) throws UnsupportedAxisException
{
return new AncestorOrSelfAxisIterator( contextNode, this );
//((JaxenNode)contextNode).toBookmark(_xc);
//return new AncestorOrSelfAxisIterator(_xc);
}