260261262263264265266
* * @throws TransformerException if a error occurs creating the Expression. */ protected Expression and(int opPos) throws TransformerException { return compileOperation(new And(), opPos); }
264265266267268269270