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にまさにあなたの例が含まれています。