类 StaxUtils

java.lang.Object
cn.taketoday.util.xml.StaxUtils

public abstract class StaxUtils extends Object
Convenience methods for working with the StAX API. Partly historic due to JAXP 1.3 compatibility; as of Framework 4.0, relying on JAXP 1.4 as included in JDK 1.6 and higher.

In particular, methods for using StAX (javax.xml.stream) in combination with the TrAX API (javax.xml.transform), and converting StAX readers/writers into SAX readers/handlers and vice-versa.

从以下版本开始:
4.0
作者:
Arjen Poutsma, Juergen Hoeller