Class XMLInputFactoryWrapper

java.lang.Object
javax.xml.stream.XMLInputFactory
org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
Direct Known Subclasses:
ImmutableXMLInputFactory, WrappingXMLInputFactory

public class XMLInputFactoryWrapper extends XMLInputFactory
Base class for XMLInputFactory wrappers. The class provides default implementations for all methods. Each of them calls the corresponding method in the parent factory.