public class Parsers extends Object
| Constructor and Description |
|---|
Parsers() |
| Modifier and Type | Method and Description |
|---|---|
static Parser.Config |
defaultConfiguration() |
static Parser |
newParser(Parser.Config cfg,
CharSequence input) |
static Parser |
newParser(Parser.Config cfg,
Readable readable) |
static Parser.Config.Builder |
newParserConfigBuilder() |
public static Parser newParser(Parser.Config cfg, Readable readable)
public static Parser newParser(Parser.Config cfg, CharSequence input)
public static Parser.Config.Builder newParserConfigBuilder()
public static Parser.Config defaultConfiguration()
Copyright © 2012. All Rights Reserved.