{return true;}
if (hasMany()) {
if (OLD_EXIST_VERSION_COMPATIBILITY)
{return true;}
else
{throw new XPathException(
"err:FORG0006: effectiveBooleanValue: first item of '" +
(toString().length() < 20 ? toString() : toString().substring(0, 20)+ "...") +
"' is not a node, and sequence length > 1");}
}
//From now, we'll work with singletons...