Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用这个方法xquery();,它的参数和返回类型如下......
xquery();
Node result = XQueryUtil.xquery(doc, "/PERIODIC_TABLE/ATOM[NAME = 'Zinc']").get(0);
那么任何人都可以帮助我使用这种方法。它给出了找不到符号的错误XQueryUtil,所以请帮助我应该使用哪个包以及从哪里可以下载该 jar 文件?
XQueryUtil
您正在寻找Nux,它的JavaDoc中有您的示例。