Module net.anwiba.commons.xml
Package net.anwiba.commons.xml.extractor
Class XmlStreamStartElementNameAndVersionExtractor
java.lang.Object
net.anwiba.commons.xml.extractor.XmlStreamStartElementNameAndVersionExtractor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(InputStream inputStream) static <R,E extends Exception>
Rprocess(InputStream inputStream, IFunction<StartElement, R, E> function)
-
Constructor Details
-
XmlStreamStartElementNameAndVersionExtractor
public XmlStreamStartElementNameAndVersionExtractor()
-
-
Method Details
-
extract
- Throws:
IOException
-
process
public static <R,E extends Exception> R process(InputStream inputStream, IFunction<StartElement, R, throws E, IOExceptionE> function) - Throws:
E extends ExceptionIOException
-