Package cloud.opencode.base.xml.stax
package cloud.opencode.base.xml.stax
StAX Package - Streaming API for XML (Pull-mode parsing)
StAX 包 - XML 流式 API(拉模式解析)
This package provides StAX-based pull-mode XML parsing:
此包提供基于 StAX 的拉模式 XML 解析:
StaxReader- StAX reader - StAX 读取器StaxWriter- StAX writer - StAX 写入器StaxUtil- StAX utilities - StAX 工具
- Since:
- JDK 25, opencode-base-xml V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassesClassDescriptionStAX Reader - Pull-mode streaming XML reader StAX 读取器 - 拉模式流式 XML 读取器StAX Utility - Utility methods for StAX operations StAX 工具类 - StAX 操作的工具方法StAX Writer - Streaming XML writer StAX 写入器 - 流式 XML 写入器