Node.select*()
201202203204205206207208
} return result; } catch (JavaScriptException e) { throw new XPathException(e.getMessage(), e); } }
231232233234235236237238
{ return NodeFactory.create(selectNodeImpl(xpath)); } catch (JavaScriptException e) { throw new XPathException(e.getMessage(), e); } }
277278279280281282283284
} return result.toArray(new String[] {}); } catch (JavaScriptException e) { throw new XPathException(e.getMessage(), e); } }
305306307308309310311312
} return null; } catch (JavaScriptException e) { throw new XPathException(e.getMessage(), e); } }