Uses of Class
nbbrd.io.xml.Stax.EventParser
-
-
Uses of Stax.EventParser in nbbrd.io.xml
Methods in nbbrd.io.xml that return Stax.EventParser Modifier and Type Method Description static <T> @NonNull Stax.EventParser<T>Stax.EventParser. flowOf(@NonNull Stax.FlowHandler<XMLEventReader,T> handler)static <T> @NonNull Stax.EventParser<T>Stax.EventParser. valueOf(@NonNull Stax.ValueHandler<XMLEventReader,T> handler)
-