可以使用 google-api-java-client (现在是 google-http-java-client)进行部分 XML 解析吗?

发布于 2024-12-02 17:20:53 字数 375 浏览 2 评论 0原文

我有一些关于 XML 解析的简单问题:

  1. 是否可以将特定的 XML 元素解析为 Java 类型 位于 XML 文档层次结构的各个深层 无需将每个祖先元素映射到相应的java 输入并解析它?换句话说,解析“deep_nested_element” 作为 DeepNestedElement.class 无需解析 'root_element' 作为 Root.class?
  2. 是否可以将特定的 XML 元素解析为 Java 类型 有两个具有相同值的属性,换句话说就是解析 <人名=“约翰”昵称=“约翰”/>并且不解析 <人名=“杰克”昵称=“开膛手杰克”/>?

问候, 博内夫

I have some quick questions regarding XML parsing:

  1. Is it possible to parse, as a Java type, specific XML elements that
    are positioned in various deep levels of the XML document hierarchy
    without having to map each ancestor element to corresponding java
    type and parsing it? In other words parsing a 'deep_nested_element'
    as DeepNestedElement.class without the need of parsing
    'root_element' as Root.class?
  2. Is it possible to parse, as a Java type, specific XML elements that
    have two attributes which have equal values, in other words parsing
    <person name="John" nickname="John"/> and not parsing
    <person name="Jack" nickname="Jack The Ripper"/>?

Regards,
Bonev

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文