Interface StreamReaderImpl

All Superinterfaces:
org.codehaus.stax2.typed.TypedXMLStreamReader, org.codehaus.stax2.validation.Validatable, XMLStreamConstants, XMLStreamReader, org.codehaus.stax2.XMLStreamReader2
All Known Implementing Classes:
BasicStreamReader, TypedStreamReader, ValidatingStreamReader

public interface StreamReaderImpl extends org.codehaus.stax2.XMLStreamReader2
Interface that defines "internal Woodstox API". It is used to decouple parts of the Woodstox that need to know something more about woodstox stream reader implementation, but not about implementation details. Specifically, there are some simple dependencies from the stream writer; they should only need to refer to this interface.