288289290291292293294
* * @throws TransformerException if a error occurs creating the Expression. */ protected Expression equals(int opPos) throws TransformerException { return compileOperation(new Equals(), opPos); }
292293294295296297298