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 String
the apache.org/xml disallow doctype decl featurestatic String
the sax external entities featurestatic String
property for schema languagestatic String
property for schema sourcestatic String
property for namespace supportstatic String
property for validationstatic String
property for xsdstatic String
property for full validationstatic String
property for location of no-name schemastatic String
property for location of xml schemastatic String
the 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
-