public interface ParserFactory
newParser(InputStream)
is called, a new Parser instance (configured as per
the implementing ParserFactory's specification) is created to operate over the provided InputStream.Parser newParser(java.io.InputStream inputStream)
inputStream
- the InputStream
the parser will operate overInputStream