public final class ParserOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ParserOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ParserOptions |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static ParserOptions.Builder |
builder()
Creates a builder.
|
boolean |
stopOnError()
The value of the stopOnError parameter.
|
boolean |
suppressOutput()
The value of the suppressOutput parameter.
|
boolean |
warningsFatal()
The value of the warningsFatal parameter.
|
String |
xsdFilename()
Returns the name of the schema file.
|
public static final ParserOptions DEFAULT
public boolean stopOnError()
public boolean warningsFatal()
public boolean suppressOutput()
public String xsdFilename()
public static ParserOptions.Builder builder()
Copyright © 2013 Real Logic Ltd. All Rights Reserved.