Interface SPIParserRequestType

All Known Implementing Classes:
SPIParserRequest

@ProviderType
@Immutable
public interface SPIParserRequestType
A parser request.
  • Method Summary

    Modifier and Type Method Description
    java.net.URI file()  
    java.io.InputStream stream()  
  • Method Details

    • file

      java.net.URI file()
      Returns:
      The URI of the file, for diagnostic purposes
    • stream

      java.io.InputStream stream()
      Returns:
      An open input stream of the file to be parsed