org.apache.axiom.util.stax.dialect
Class Woodstox4InputFactoryWrapper
java.lang.Object
javax.xml.stream.XMLInputFactory
org.apache.axiom.util.stax.wrapper.XMLInputFactoryWrapper
org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory
org.apache.axiom.util.stax.dialect.Woodstox4InputFactoryWrapper
public class Woodstox4InputFactoryWrapper
- extends WrappingXMLInputFactory
Methods inherited from class org.apache.axiom.util.stax.wrapper.WrappingXMLInputFactory |
createFilteredReader, createFilteredReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLStreamReader, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Woodstox4InputFactoryWrapper
public Woodstox4InputFactoryWrapper(XMLInputFactory parent,
org.apache.axiom.util.stax.dialect.AbstractStAXDialect dialect,
boolean wstx276)
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(InputStream stream,
String encoding)
throws XMLStreamException
- Overrides:
createXMLStreamReader
in class WrappingXMLInputFactory
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(InputStream stream)
throws XMLStreamException
- Overrides:
createXMLStreamReader
in class WrappingXMLInputFactory
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(Reader reader)
throws XMLStreamException
- Overrides:
createXMLStreamReader
in class WrappingXMLInputFactory
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(String systemId,
InputStream stream)
throws XMLStreamException
- Overrides:
createXMLStreamReader
in class WrappingXMLInputFactory
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(String systemId,
Reader reader)
throws XMLStreamException
- Overrides:
createXMLStreamReader
in class WrappingXMLInputFactory
- Throws:
XMLStreamException
wrap
protected XMLStreamReader wrap(XMLStreamReader reader)
- Description copied from class:
WrappingXMLInputFactory
- Wrap a reader created from this factory. Implementations should override this method if they
which to wrap
XMLStreamReader
instances created from the factory. The default
implementation simply returns the unwrapped reader.
- Overrides:
wrap
in class WrappingXMLInputFactory
- Parameters:
reader
- the reader to wrap
- Returns:
- the wrapped reader
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.