if(nodes!=null) return toCommentArray(doc,nodes);
// Single Text Node
try {
return new Comment[]{toComment(doc,o)};
} catch (ExpressionException e) {
throw new XMLException("can't cast Object of type "+Caster.toClassName(o)+" to a XML Comment Array");
}
}