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 SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringthe apache.org/xml disallow doctype decl featurestatic final Stringthe sax external entities featurestatic final Stringproperty for schema languagestatic final Stringproperty for schema sourcestatic final Stringproperty for namespace supportstatic final Stringproperty for validationstatic final Stringproperty for xsdstatic final Stringproperty for full validationstatic final Stringproperty for location of no-name schemastatic final Stringproperty for location of xml schemastatic final Stringthe namespace for XML schema
- 
Method Summary
- 
Field Details- 
PROPERTY_SCHEMA_LOCATIONproperty for location of xml schema- See Also:
 
- 
PROPERTY_NO_NAMESPACE_SCHEMA_LOCATIONproperty for location of no-name schema- See Also:
 
- 
FEATURE_XSD_FULL_VALIDATIONproperty for full validation- See Also:
 
- 
FEATURE_XSDproperty for xsd- See Also:
 
- 
FEATURE_VALIDATIONproperty for validation- See Also:
 
- 
FEATURE_NAMESPACESproperty for namespace support- See Also:
 
- 
FEATURE_JAXP12_SCHEMA_LANGUAGEproperty for schema language- See Also:
 
- 
FEATURE_JAXP12_SCHEMA_SOURCEproperty for schema source- See Also:
 
- 
URI_XSDthe namespace for XML schema- See Also:
 
- 
FEATURE_EXTERNAL_ENTITIESthe sax external entities feature- See Also:
 
- 
FEATURE_DISALLOW_DTDthe apache.org/xml disallow doctype decl feature- See Also:
 
 
-