Uses of Class
org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
Packages that use XMLInputFactoryWrapper
Package
Description
Contains classes that can be used to debug StAX related issues.
Contains classes to build wrappers for various StAX objects.
-
Uses of XMLInputFactoryWrapper in org.apache.axiom.util.stax.debug
Subclasses of XMLInputFactoryWrapper in org.apache.axiom.util.stax.debugModifier and TypeClassDescriptionclass
XMLInputFactory
wrapper that enabled detection of unclosed stream readers. -
Uses of XMLInputFactoryWrapper in org.apache.axiom.util.stax.wrapper
Subclasses of XMLInputFactoryWrapper in org.apache.axiom.util.stax.wrapperModifier and TypeClassDescriptionclass
Wraps anXMLInputFactory
so that its state can no longer be changed.class
XMLInputFactory
wrapper that wraps allXMLEventReader
andXMLStreamReader
instances created from it.