Uses of Interface
org.simpleframework.xml.stream.EventReader
-
Packages that use EventReader Package Description org.simpleframework.xml.stream -
-
Uses of EventReader in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement EventReader Modifier and Type Class Description (package private) classDocumentReaderTheDocumentReaderobject provides an implementation for reading XML events using DOM.(package private) classPullReaderThePullReaderis used to provide an event reader thats makes use of the XML pull API.(package private) classStreamReaderTheStreamReaderobject provides an implementation for reading XML events using StAX.Fields in org.simpleframework.xml.stream declared as EventReader Modifier and Type Field Description private EventReaderNodeReader. readerRepresents the XML event reader used to read all elements.Methods in org.simpleframework.xml.stream that return EventReader Modifier and Type Method Description EventReaderDocumentProvider. provide(java.io.InputStream source)This provides anEventReaderthat will read from the specified input stream.EventReaderDocumentProvider. provide(java.io.Reader source)This provides anEventReaderthat will read from the specified reader.private EventReaderDocumentProvider. provide(org.xml.sax.InputSource source)This provides anEventReaderthat will read from the specified source.EventReaderProvider. provide(java.io.InputStream source)This provides anEventReaderthat will read from the specified input stream.EventReaderProvider. provide(java.io.Reader source)This provides anEventReaderthat will read from the specified reader.EventReaderPullProvider. provide(java.io.InputStream source)This provides anEventReaderthat will read from the specified input stream.EventReaderPullProvider. provide(java.io.Reader source)This provides anEventReaderthat will read from the specified reader.EventReaderStreamProvider. provide(java.io.InputStream source)This provides anEventReaderthat will read from the specified input stream.EventReaderStreamProvider. provide(java.io.Reader source)This provides anEventReaderthat will read from the specified reader.private EventReaderStreamProvider. provide(javax.xml.stream.XMLEventReader source)This provides anEventReaderthat will read from the specified reader.Methods in org.simpleframework.xml.stream with parameters of type EventReader Modifier and Type Method Description private 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 EventReader Constructor Description NodeReader(EventReader reader)Constructor for theNodeReaderobject.
-