Class InputStreamXMLInput
java.lang.Object
com.github.weisj.jsvg.parser.impl.InputStreamXMLInput
- All Implemented Interfaces:
XMLInput
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull InputStreamprivate final @NotNull XMLInputFactory -
Constructor Summary
ConstructorsConstructorDescriptionInputStreamXMLInput(@NotNull XMLInputFactory xmlInputFactory, @NotNull InputStream inputStream) -
Method Summary
-
Field Details
-
xmlInputFactory
-
inputStream
-
-
Constructor Details
-
InputStreamXMLInput
public InputStreamXMLInput(@NotNull @NotNull XMLInputFactory xmlInputFactory, @NotNull @NotNull InputStream inputStream)
-
-
Method Details
-
createReader
- Specified by:
createReaderin interfaceXMLInput- Throws:
XMLStreamException
-