public interface XMLNodeUtilitiesOptions
XMLNodeUtilities
and XMLNodeUtilities2
classes.Modifier and Type | Field and Description |
---|---|
static int |
ALLOW_INTERNAL_READERS
The option to allow internal readers.
|
static int |
KEEP_LINE_NUMBERS
The option to keep the line numbers when creating a tree of nodes.
|
static int |
NAMESPACE_AWARE
The option to be aware of the namespace.
|
static int |
PRESERVE_SPACE
The option to preserve spaces when creating a tree of nodes.
|
static int |
SHOW_EXCEPTIONS
The option to show exceptions when creating a tree of nodes.
|
static int |
SHOW_WARNINGS
The option to show warnings when creating a tree of nodes.
|
static final int PRESERVE_SPACE
static final int SHOW_EXCEPTIONS
static final int SHOW_WARNINGS
static final int KEEP_LINE_NUMBERS
static final int NAMESPACE_AWARE
static final int ALLOW_INTERNAL_READERS