gpt4 book ai didi

xml - 谷歌网络工具包 (GWT) + XPath

转载 作者:数据小太阳 更新时间:2023-10-29 01:51:58 25 4
gpt4 key购买 nike

我需要在 GWT 中评估 XPath 查询。我没有服务器端,所以我必须在我的 GWT 客户端应用程序中评估它们。

哪个是 GWT 的最佳 XPath 库?

最佳答案

我找到了 totoe ( http://code.google.com/p/totoe/ ),一个基于 Sarissa 的 GWT 库(谢谢 Diogo!)。它就像一个魅力!

例如:

String xml = "...";
Document document = new XmlParser().parse(xml, "xmlns:acme=\"http://www.acme.org\"");
Element root = document.getRoot();
List<Comment> comments = document.findByType(NodeType.COMMENT);
List<Node> products = document.selectNodes("//acme:products");

关于xml - 谷歌网络工具包 (GWT) + XPath,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4234394/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com