Package org.apache.tools.ant.util
Class XmlConstants
- java.lang.Object
- 
- org.apache.tools.ant.util.XmlConstants
 
- 
 public class XmlConstants extends java.lang.ObjectXML Parser constants, all kept in one place for ease of reuse- See Also:
- Xerces features, Xerces properties, SAX.
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringFEATURE_DISALLOW_DTDthe apache.org/xml disallow doctype decl featurestatic java.lang.StringFEATURE_EXTERNAL_ENTITIESthe sax external entities featurestatic java.lang.StringFEATURE_JAXP12_SCHEMA_LANGUAGEproperty for schema languagestatic java.lang.StringFEATURE_JAXP12_SCHEMA_SOURCEproperty for schema sourcestatic java.lang.StringFEATURE_NAMESPACESproperty for namespace supportstatic java.lang.StringFEATURE_VALIDATIONproperty for validationstatic java.lang.StringFEATURE_XSDproperty for xsdstatic java.lang.StringFEATURE_XSD_FULL_VALIDATIONproperty for full validationstatic java.lang.StringPROPERTY_NO_NAMESPACE_SCHEMA_LOCATIONproperty for location of no-name schemastatic java.lang.StringPROPERTY_SCHEMA_LOCATIONproperty for location of xml schemastatic java.lang.StringURI_XSDthe namespace for XML schema
 
- 
- 
- 
Field Detail- 
PROPERTY_SCHEMA_LOCATIONpublic static final java.lang.String PROPERTY_SCHEMA_LOCATION property for location of xml schema- See Also:
- Constant Field Values
 
 - 
PROPERTY_NO_NAMESPACE_SCHEMA_LOCATIONpublic static final java.lang.String PROPERTY_NO_NAMESPACE_SCHEMA_LOCATION property for location of no-name schema- See Also:
- Constant Field Values
 
 - 
FEATURE_XSD_FULL_VALIDATIONpublic static final java.lang.String FEATURE_XSD_FULL_VALIDATION property for full validation- See Also:
- Constant Field Values
 
 - 
FEATURE_XSDpublic static final java.lang.String FEATURE_XSD property for xsd- See Also:
- Constant Field Values
 
 - 
FEATURE_VALIDATIONpublic static final java.lang.String FEATURE_VALIDATION property for validation- See Also:
- Constant Field Values
 
 - 
FEATURE_NAMESPACESpublic static final java.lang.String FEATURE_NAMESPACES property for namespace support- See Also:
- Constant Field Values
 
 - 
FEATURE_JAXP12_SCHEMA_LANGUAGEpublic static final java.lang.String FEATURE_JAXP12_SCHEMA_LANGUAGE property for schema language- See Also:
- Constant Field Values
 
 - 
FEATURE_JAXP12_SCHEMA_SOURCEpublic static final java.lang.String FEATURE_JAXP12_SCHEMA_SOURCE property for schema source- See Also:
- Constant Field Values
 
 - 
URI_XSDpublic static final java.lang.String URI_XSD the namespace for XML schema- See Also:
- Constant Field Values
 
 - 
FEATURE_EXTERNAL_ENTITIESpublic static final java.lang.String FEATURE_EXTERNAL_ENTITIES the sax external entities feature- See Also:
- Constant Field Values
 
 - 
FEATURE_DISALLOW_DTDpublic static final java.lang.String FEATURE_DISALLOW_DTD the apache.org/xml disallow doctype decl feature- See Also:
- Constant Field Values
 
 
- 
 
-