public final class Processor extends Object
| Constructor and Description |
|---|
Processor() |
| Modifier and Type | Method and Description |
|---|---|
static Document |
process(File file) |
static Document |
process(File file,
String encoding) |
static Document |
process(InputStream inputStream,
String encoding) |
static Document |
process(Reader reader) |
static Document |
process(String rawText) |
Copyright © 2019. All rights reserved.