http://apache.org/xml/features/validation/dynamic
True: The parser will validate the document
if a DTD is specified in a DOCTYPE
declaration or using the appropriate
schema attributes like xsi:noNamespaceSchemaLocation
.
False: Validation is determined by the state of the http://xml.org/sax/features/validation feature.
Default is false
http://apache.org/xml/features/validation/warn-on-duplicate-attdef
True: Warn on duplicate attribute declaration.
False: Do not warn on duplicate attribute declaration.
Default: true
http://apache.org/xml/features/validation/warn-on-undeclared-elemdef
True: Warn if element referenced in content model is not declared.
False: Do not warn if element referenced in content model is not declared.
Default: true
http://apache.org/xml/features/allow-java-encodings
True: Allow Java encoding names like 8859_1 in XML and text declarations.
False: Do not allow Java encoding names in XML and text declarations.
Default: false
http://apache.org/xml/features/continue-after-fatal-error
True: Continue after fatal error.
False: Stops parse on first fatal error.
Default: false
http://apache.org/xml/features/validation/schema
True: validate against a schema
False: do not use any schemas
Default: false
http://apache.org/xml/features/validation/schema-full-checking
True: perform checking that may be time-consuming or memory intensive.
False: skip some checks
Default: false
http://apache.org/xml/features/validation/schema/normalized-value
True: Normalize element and attribute values according to their schema type
False: don't normalize
Default: false
http://apache.org/xml/features/validation/schema/element-default
True: Provide schema element default values
False: don't report element default values
Default: true