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.
据我所知,VTD-XML 能够处理大型 /GB/ xml 文件。您可以使用以下类: - VTDGenHuge - VTDNavHuge - AutoPilotHuge
但不幸的是,API 中没有 XMLModifierHuge。所以问题是如何修改/xml树中的一些元素将被插入/使用vtd的大型xml结构?
谢谢,
费伦茨
我认为对于标准版本的 vtd-xml,Java 支持的最大文件大小为 2GB。但是,这可能仅适用于 64 位版本的 jvm。另一个可用的选项是在 C 版本的 vtd-xml 中进行...