public static interface Parser.Properties
Parser properties are set in the configuration of a parser.
Configuration configuration = new .... configuration.getProperties().add( Parser.Properties.PARSE_UNKNOWN_ELEMENTS ); configuration.getProperties().add( Parser.Properties.PARSE_UNKNOWN_ATTRIBUTES );
Modifier and Type | Field and Description |
---|---|
static QName |
IGNORE_SCHEMA_LOCATION
Deprecated.
|
static QName |
PARSE_UNKNOWN_ATTRIBUTES
Deprecated.
|
static QName |
PARSE_UNKNOWN_ELEMENTS
Deprecated.
|
static final QName PARSE_UNKNOWN_ELEMENTS
Parser.setStrict(boolean)
static final QName PARSE_UNKNOWN_ATTRIBUTES
Parser.setStrict(boolean)
static final QName IGNORE_SCHEMA_LOCATION
Parser.setStrict(boolean)
Copyright © 1996–2019 Geotools. All rights reserved.