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) classTheDocumentReaderobject provides an implementation for reading XML events using DOM.(package private) classThePullReaderis used to provide an event reader thats makes use of the XML pull API.(package private) classTheStreamReaderobject provides an implementation for reading XML events using StAX.Fields in org.simpleframework.xml.stream declared as EventReaderModifier and TypeFieldDescriptionprivate final EventReaderNodeReader.readerRepresents 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 anEventReaderthat will read from the specified input stream.This provides anEventReaderthat will read from the specified reader.private EventReaderDocumentProvider.provide(InputSource source) This provides anEventReaderthat will read from the specified source.Provider.provide(InputStream source) This provides anEventReaderthat will read from the specified input stream.This provides anEventReaderthat will read from the specified reader.PullProvider.provide(InputStream source) This provides anEventReaderthat will read from the specified input stream.This provides anEventReaderthat will read from the specified reader.StreamProvider.provide(InputStream source) This provides anEventReaderthat will read from the specified input stream.This provides anEventReaderthat will read from the specified reader.private EventReaderStreamProvider.provide(XMLEventReader source) This provides anEventReaderthat will read from the specified reader.Methods in org.simpleframework.xml.stream with parameters of type EventReaderModifier and TypeMethodDescriptionprivate static InputNodeNodeBuilder.read(EventReader source) This is used to create anInputNodethat 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 theNodeReaderobject.