XNodeSet.prototype.compareWithNumber = function(r, o) {
    var a = this.toArray();
    for (var i = 0; i < a.length; i++) {
        var n = a[i];
        var l = new XNumber(this.stringForNode(n));