Uses of Class
org.codehaus.stax2.util.StreamReader2Delegate
Packages that use StreamReader2Delegate
Package
Description
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
-
Uses of StreamReader2Delegate in org.codehaus.stax2.ri
Subclasses of StreamReader2Delegate in org.codehaus.stax2.riModifier and TypeClassDescriptionclass
Simple straight-forward implementation of a filtering stream reader, which can fully adapt Stax2 stream reader (XMLStreamReader2
).