Uses of Interface
org.simpleframework.xml.stream.EventReader
Packages that use EventReader
-
Uses of EventReader in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement EventReaderModifier and TypeClassDescription(package private) class
TheDocumentReader
object provides an implementation for reading XML events using DOM.(package private) class
ThePullReader
is used to provide an event reader thats makes use of the XML pull API.(package private) class
TheStreamReader
object provides an implementation for reading XML events using StAX.Fields in org.simpleframework.xml.stream declared as EventReaderModifier and TypeFieldDescriptionprivate final EventReader
NodeReader.reader
Represents the XML event reader used to read all elements.Methods in org.simpleframework.xml.stream that return EventReaderModifier and TypeMethodDescriptionDocumentProvider.provide
(InputStream source) This provides anEventReader
that will read from the specified input stream.This provides anEventReader
that will read from the specified reader.private EventReader
DocumentProvider.provide
(InputSource source) This provides anEventReader
that will read from the specified source.Provider.provide
(InputStream source) This provides anEventReader
that will read from the specified input stream.This provides anEventReader
that will read from the specified reader.PullProvider.provide
(InputStream source) This provides anEventReader
that will read from the specified input stream.This provides anEventReader
that will read from the specified reader.StreamProvider.provide
(InputStream source) This provides anEventReader
that will read from the specified input stream.This provides anEventReader
that will read from the specified reader.private EventReader
StreamProvider.provide
(XMLEventReader source) This provides anEventReader
that will read from the specified reader.Methods in org.simpleframework.xml.stream with parameters of type EventReaderModifier and TypeMethodDescriptionprivate static InputNode
NodeBuilder.read
(EventReader source) This is used to create anInputNode
that can be used to read XML from the specified reader.Constructors in org.simpleframework.xml.stream with parameters of type EventReaderModifierConstructorDescriptionNodeReader
(EventReader reader) Constructor for theNodeReader
object.