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:
- Xerces features, Xerces properties, SAX.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringthe apache.org/xml disallow doctype decl featurestatic Stringthe sax external entities featurestatic Stringproperty for schema languagestatic Stringproperty for schema sourcestatic Stringproperty for namespace supportstatic Stringproperty for validationstatic Stringproperty for xsdstatic Stringproperty for full validationstatic Stringproperty for location of no-name schemastatic Stringproperty for location of xml schemastatic Stringthe namespace for XML schema -
Method Summary
-
Field Details
-
PROPERTY_SCHEMA_LOCATION
property for location of xml schema- See Also:
- Constant Field Values
-
PROPERTY_NO_NAMESPACE_SCHEMA_LOCATION
property for location of no-name schema- See Also:
- Constant Field Values
-
FEATURE_XSD_FULL_VALIDATION
property for full validation- See Also:
- Constant Field Values
-
FEATURE_XSD
property for xsd- See Also:
- Constant Field Values
-
FEATURE_VALIDATION
property for validation- See Also:
- Constant Field Values
-
FEATURE_NAMESPACES
property for namespace support- See Also:
- Constant Field Values
-
FEATURE_JAXP12_SCHEMA_LANGUAGE
property for schema language- See Also:
- Constant Field Values
-
FEATURE_JAXP12_SCHEMA_SOURCE
property for schema source- See Also:
- Constant Field Values
-
URI_XSD
the namespace for XML schema- See Also:
- Constant Field Values
-
FEATURE_EXTERNAL_ENTITIES
the sax external entities feature- See Also:
- Constant Field Values
-
FEATURE_DISALLOW_DTD
the apache.org/xml disallow doctype decl feature- See Also:
- Constant Field Values
-