Uses of Class
cloud.opencode.base.xml.stax.StaxReader
Packages that use StaxReader
Package
Description
OpenCode Base XML Module - Comprehensive XML processing library
OpenCode Base XML 模块 - 全面的 XML 处理库
StAX Package - Streaming API for XML (Pull-mode parsing)
StAX 包 - XML 流式 API(拉模式解析)
-
Uses of StaxReader in cloud.opencode.base.xml
Methods in cloud.opencode.base.xml that return StaxReaderModifier and TypeMethodDescriptionstatic StaxReaderOpenXml.staxReader(String xml) Creates a StAX reader.static StaxReaderOpenXml.staxReader(Path path) Creates a StAX reader from file. -
Uses of StaxReader in cloud.opencode.base.xml.stax
Methods in cloud.opencode.base.xml.stax that return StaxReaderModifier and TypeMethodDescriptionstatic StaxReaderStaxReader.of(InputStream input) Creates a reader from an input stream.static StaxReaderCreates a reader from an XML string.static StaxReaderCreates a reader from a file path.static StaxReaderCreates a secure reader from an XML string.Registers a callback for element start.StaxReader.onEndElement(Consumer<String> callback) Registers a callback for any element end.Registers a callback for element text.