public final class ParserOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ParserOptions.Builder
Builder to make
ParserOptions easier to create. |
Modifier and Type | Field and Description |
---|---|
static ParserOptions |
DEFAULT
Default parser options which can be used for convenience.
|
Modifier and Type | Method and Description |
---|---|
static ParserOptions.Builder |
builder()
Creates a builder.
|
PrintStream |
errorPrintStream()
The
PrintStream to which errors and warnings are printed when parsing. |
boolean |
stopOnError()
The value of the stopOnError parameter.
|
boolean |
suppressOutput()
The value of the suppressOutput parameter.
|
boolean |
warningsFatal()
The value of the warningsFatal parameter.
|
boolean |
xIncludeAware()
Is the parser XInclude aware?
|
String |
xsdFilename()
Returns the name of the schema file.
|
public static final ParserOptions DEFAULT
public boolean stopOnError()
public boolean warningsFatal()
public boolean suppressOutput()
public boolean xIncludeAware()
public String xsdFilename()
public PrintStream errorPrintStream()
PrintStream
to which errors and warnings are printed when parsing.PrintStream
to which errors and warnings are printed when parsing.public static ParserOptions.Builder builder()
Copyright © 2013-2022 Real Logic Limited. All Rights Reserved.