Uses of Class
org.simpleframework.xml.stream.PullReader.Start
-
Packages that use PullReader.Start Package Description org.simpleframework.xml.stream -
-
Uses of PullReader.Start in org.simpleframework.xml.stream
Methods in org.simpleframework.xml.stream that return PullReader.Start Modifier and Type Method Description private PullReader.Start
PullReader. build(PullReader.Start event)
This is used to build the attributes that are to be used to populate the start event.private PullReader.Start
PullReader. start()
This is used to convert the next event to a start event.Methods in org.simpleframework.xml.stream with parameters of type PullReader.Start Modifier and Type Method Description private PullReader.Start
PullReader. build(PullReader.Start event)
This is used to build the attributes that are to be used to populate the start event.
-