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