JSXParserSupplier@ProviderType
@FunctionalInterface
public interface JSXParserSupplierType
| Modifier and Type | Method | Description |
|---|---|---|
JSXParserType |
create(JSXParserConfigurationType configuration,
JSXLexerType lexer) |
Create a new parser from the given configuration and lexer.
|
default JSXParserType |
createFromReader(JSXParserConfigurationType parser_configuration,
JSXLexerConfigurationType lexer_configuration,
JSXLexerSupplierType lexer_supplier,
com.io7m.jeucreader.UnicodeCharacterReaderPushBackType reader) |
Create a new parser from the given parser configuration and lexer.
|
default JSXParserType |
createFromStream(JSXParserConfigurationType parser_configuration,
JSXLexerConfigurationType lexer_configuration,
JSXLexerSupplierType lexer_supplier,
java.nio.charset.Charset charset,
java.io.InputStream stream) |
Create a new parser from the given parser configuration and lexer.
|
default JSXParserType |
createFromStreamUTF8(JSXParserConfigurationType parser_configuration,
JSXLexerConfigurationType lexer_configuration,
JSXLexerSupplierType lexer_supplier,
java.io.InputStream stream) |
Create a new parser from the given parser configuration and lexer.
|
JSXParserType create(JSXParserConfigurationType configuration, JSXLexerType lexer)
configuration - The configurationlexer - The lexerdefault JSXParserType createFromReader(JSXParserConfigurationType parser_configuration, JSXLexerConfigurationType lexer_configuration, JSXLexerSupplierType lexer_supplier, com.io7m.jeucreader.UnicodeCharacterReaderPushBackType reader)
parser_configuration - The parser configurationlexer_supplier - A lexer supplierlexer_configuration - A lexer configurationreader - The readerdefault JSXParserType createFromStream(JSXParserConfigurationType parser_configuration, JSXLexerConfigurationType lexer_configuration, JSXLexerSupplierType lexer_supplier, java.nio.charset.Charset charset, java.io.InputStream stream)
parser_configuration - The parser configurationlexer_supplier - A lexer supplierlexer_configuration - A lexer configurationcharset - The character set of the stream datastream - The streamdefault JSXParserType createFromStreamUTF8(JSXParserConfigurationType parser_configuration, JSXLexerConfigurationType lexer_configuration, JSXLexerSupplierType lexer_supplier, java.io.InputStream stream)
parser_configuration - The parser configurationlexer_supplier - A lexer supplierlexer_configuration - A lexer configurationstream - The streamCopyright © 2017 <code@io7m.com> http://io7m.com