Package nbbrd.io.xml
Interface Stax.FlowHandler<I,T>
- Enclosing class:
Stax
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <I,T> @NonNull Stax.FlowHandler <I, T> of(@NonNull Stax.ValueHandler<I, T> handler)
-
Method Details
-
parse
@NonNull T parse(@NonNull I input, @NonNull @NonNull Closeable onClose) throws IOException, XMLStreamException - Throws:
IOExceptionXMLStreamException
-
of
@NonNull static <I,T> @NonNull Stax.FlowHandler<I,T> of(@NonNull @NonNull Stax.ValueHandler<I, T> handler)
-