280281282283284285286
* * @throws TransformerException if a error occurs creating the Expression. */ protected Expression or(int opPos) throws TransformerException { return compileOperation(new Or(), opPos); }
283284285286287288289
248249250251252253254
246247248249250251252
286287288289290291292
245246247248249250251
287288289290291292293