Package org.apache.tools.ant.util
Class XmlConstants
java.lang.Object
org.apache.tools.ant.util.XmlConstants
XML Parser constants, all kept in one place for ease of reuse
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
the apache.org/xml disallow doctype decl featurestatic final String
the sax external entities featurestatic final String
property for schema languagestatic final String
property for schema sourcestatic final String
property for namespace supportstatic final String
property for validationstatic final String
property for xsdstatic final String
property for full validationstatic final String
property for location of no-name schemastatic final String
property for location of xml schemastatic final String
the namespace for XML schema -
Method Summary
-
Field Details
-
PROPERTY_SCHEMA_LOCATION
-
PROPERTY_NO_NAMESPACE_SCHEMA_LOCATION
property for location of no-name schema- See Also:
-
FEATURE_XSD_FULL_VALIDATION
-
FEATURE_XSD
-
FEATURE_VALIDATION
-
FEATURE_NAMESPACES
-
FEATURE_JAXP12_SCHEMA_LANGUAGE
-
FEATURE_JAXP12_SCHEMA_SOURCE
-
URI_XSD
-
FEATURE_EXTERNAL_ENTITIES
-
FEATURE_DISALLOW_DTD
the apache.org/xml disallow doctype decl feature- See Also:
-