if (c == '!') {
            if (s.charAt(pos) == '=') {
                types.push(XPathParser.NOTEQUAL);
                values.push("!=");
                pos++;