Package cloud.opencode.base.xml.splitter
package cloud.opencode.base.xml.splitter
Splitter Package - Stream-based XML splitting by element name
拆分包 - 按元素名称进行基于流的 XML 拆分
This package provides utilities for splitting large XML documents into individual fragments based on matching element names, using StAX streaming for memory-efficient processing.
此包提供按匹配元素名称将大型 XML 文档拆分为单独片段的工具,使用 StAX 流式处理以实现内存高效处理。
XmlSplitter- XML splitting utility - XML 拆分工具SplitResult- Indexed split result - 带索引的拆分结果
- Since:
- JDK 25, opencode-base-xml V1.0.3
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassDescriptionSplit Result - Holds an indexed XML fragment from a split operation 拆分结果 - 保存拆分操作中带索引的 XML 片段XML Splitter - Splits large XML streams by element name XML 拆分器 - 按元素名称拆分大型 XML 流