public interface TextSource
| Modifier and Type | Method and Description |
|---|---|
static TextSource |
empty()
Get a
TextSource that is empty. |
void |
parse(TextSourceEncounter encounter)
Parse the source using the given encounter.
|
default PipelineRunner<?> |
process()
Start building a pipeline to process contents in this source.
|
void parse(TextSourceEncounter encounter) throws IOException
encounter - IOExceptiondefault PipelineRunner<?> process()
static TextSource empty()
TextSource that is empty.Copyright © 2018. All rights reserved.