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.
@FunctionalInterface public static interface Stax.FlowHandler<I,T>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <I,T>
@NonNull Stax.FlowHandler<I,T>of(@NonNull Stax.ValueHandler<I,T> handler)@NonNull Tparse(@NonNull I input, @NonNull Closeable onClose)
-
-
-
Method Detail
-
parse
@NonNull T parse(@NonNull I input, @NonNull Closeable onClose) throws IOException, XMLStreamException
- Throws:
IOExceptionXMLStreamException
-
of
static <I,T> @NonNull Stax.FlowHandler<I,T> of(@NonNull Stax.ValueHandler<I,T> handler)
-
-