public class Woodstox4InputFactoryWrapper extends WrappingXMLInputFactory
ALLOCATOR, IS_COALESCING, IS_NAMESPACE_AWARE, IS_REPLACING_ENTITY_REFERENCES, IS_SUPPORTING_EXTERNAL_ENTITIES, IS_VALIDATING, REPORTER, RESOLVER, SUPPORT_DTD
Constructor and Description |
---|
Woodstox4InputFactoryWrapper(XMLInputFactory parent,
org.apache.axiom.util.stax.dialect.AbstractStAXDialect dialect,
boolean wstx276) |
Modifier and Type | Method and Description |
---|---|
XMLStreamReader |
createXMLStreamReader(InputStream stream) |
XMLStreamReader |
createXMLStreamReader(InputStream stream,
String encoding) |
XMLStreamReader |
createXMLStreamReader(Reader reader) |
XMLStreamReader |
createXMLStreamReader(String systemId,
InputStream stream) |
XMLStreamReader |
createXMLStreamReader(String systemId,
Reader reader) |
protected XMLStreamReader |
wrap(XMLStreamReader reader)
Wrap a reader created from this factory.
|
createFilteredReader, createFilteredReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLStreamReader, wrap
getEventAllocator, getProperty, getXMLReporter, getXMLResolver, isPropertySupported, setEventAllocator, setProperty, setXMLReporter, setXMLResolver
newFactory, newFactory, newInstance, newInstance
public Woodstox4InputFactoryWrapper(XMLInputFactory parent, org.apache.axiom.util.stax.dialect.AbstractStAXDialect dialect, boolean wstx276)
public XMLStreamReader createXMLStreamReader(InputStream stream, String encoding) throws XMLStreamException
createXMLStreamReader
in class WrappingXMLInputFactory
XMLStreamException
public XMLStreamReader createXMLStreamReader(InputStream stream) throws XMLStreamException
createXMLStreamReader
in class WrappingXMLInputFactory
XMLStreamException
public XMLStreamReader createXMLStreamReader(Reader reader) throws XMLStreamException
createXMLStreamReader
in class WrappingXMLInputFactory
XMLStreamException
public XMLStreamReader createXMLStreamReader(String systemId, InputStream stream) throws XMLStreamException
createXMLStreamReader
in class WrappingXMLInputFactory
XMLStreamException
public XMLStreamReader createXMLStreamReader(String systemId, Reader reader) throws XMLStreamException
createXMLStreamReader
in class WrappingXMLInputFactory
XMLStreamException
protected XMLStreamReader wrap(XMLStreamReader reader)
WrappingXMLInputFactory
XMLStreamReader
instances created from the factory. The default
implementation simply returns the unwrapped reader.wrap
in class WrappingXMLInputFactory
reader
- the reader to wrapCopyright © 2004–2023 The Apache Software Foundation. All rights reserved.