Uses of Class
org.miaixz.bus.core.xml.XmlSaxReader
Packages that use XmlSaxReader
Package
Description
XML和JAXB(Java Architecture for XML Binding)相关封装
由于JDK11+移除了"javax.xml.bind"相关类型,因此封装于extra模块
-
Uses of XmlSaxReader in org.miaixz.bus.core.xml
Methods in org.miaixz.bus.core.xml that return XmlSaxReaderModifier and TypeMethodDescriptionstatic XmlSaxReaderXmlSaxReader.of(SAXParserFactory factory, InputSource source) 创建XmlSaxReaderstatic XmlSaxReaderXmlSaxReader.of(InputSource source) 创建XmlSaxReader,使用全局SAXParserFactory