Uses of Interface
org.codehaus.stax2.XMLEventReader2
Packages that use XMLEventReader2
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 XMLEventReader2 in org.codehaus.stax2
Methods in org.codehaus.stax2 that return XMLEventReader2Modifier and TypeMethodDescriptionabstract XMLEventReader2XMLInputFactory2.createXMLEventReader(File f) Convenience factory method that allows for parsing a document stored in the specified file.abstract XMLEventReader2XMLInputFactory2.createXMLEventReader(URL src) Factory method that allows for parsing a document accessible via specified URL. -
Uses of XMLEventReader2 in org.codehaus.stax2.ri
Classes in org.codehaus.stax2.ri that implement XMLEventReader2Modifier and TypeClassDescriptionclassAlmost complete implementation ofXMLEventReader2, built on top of a genericXMLStreamReaderimplementation (using aggregation). -
Uses of XMLEventReader2 in org.codehaus.stax2.ri.evt
Classes in org.codehaus.stax2.ri.evt that implement XMLEventReader2Modifier and TypeClassDescriptionclassThis adapter implements parts ofXMLEventReader2, the extended stream reader defined by Stax2 extension, by wrapping a vanilla Stax 1.0XMLEventReaderimplementation.classSome notes about implemention: There is no way to filter out values of peek(), so we'll just straight dispatch the call to underlying readerMethods in org.codehaus.stax2.ri.evt that return XMLEventReader2Modifier and TypeMethodDescriptionstatic XMLEventReader2Stax2EventReaderAdapter.wrapIfNecessary(XMLEventReader er) Method that should be used to add dynamic support forXMLEventReader2.Constructors in org.codehaus.stax2.ri.evt with parameters of type XMLEventReader2