Package org.apache.tools.ant.util
Class XmlConstants
java.lang.Object
org.apache.tools.ant.util.XmlConstants
public class XmlConstants
extends java.lang.Object
XML Parser constants, all kept in one place for ease of reuse
- See Also:
- Xerces features, Xerces properties, SAX.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FEATURE_DISALLOW_DTD
the apache.org/xml disallow doctype decl featurestatic java.lang.String
FEATURE_EXTERNAL_ENTITIES
the sax external entities featurestatic java.lang.String
FEATURE_JAXP12_SCHEMA_LANGUAGE
property for schema languagestatic java.lang.String
FEATURE_JAXP12_SCHEMA_SOURCE
property for schema sourcestatic java.lang.String
FEATURE_NAMESPACES
property for namespace supportstatic java.lang.String
FEATURE_VALIDATION
property for validationstatic java.lang.String
FEATURE_XSD
property for xsdstatic java.lang.String
FEATURE_XSD_FULL_VALIDATION
property for full validationstatic java.lang.String
PROPERTY_NO_NAMESPACE_SCHEMA_LOCATION
property for location of no-name schemastatic java.lang.String
PROPERTY_SCHEMA_LOCATION
property for location of xml schemastatic java.lang.String
URI_XSD
the namespace for XML schema -
Method Summary
-
Field Details
-
PROPERTY_SCHEMA_LOCATION
public static final java.lang.String PROPERTY_SCHEMA_LOCATIONproperty for location of xml schema- See Also:
- Constant Field Values
-
PROPERTY_NO_NAMESPACE_SCHEMA_LOCATION
public static final java.lang.String PROPERTY_NO_NAMESPACE_SCHEMA_LOCATIONproperty for location of no-name schema- See Also:
- Constant Field Values
-
FEATURE_XSD_FULL_VALIDATION
public static final java.lang.String FEATURE_XSD_FULL_VALIDATIONproperty for full validation- See Also:
- Constant Field Values
-
FEATURE_XSD
public static final java.lang.String FEATURE_XSDproperty for xsd- See Also:
- Constant Field Values
-
FEATURE_VALIDATION
public static final java.lang.String FEATURE_VALIDATIONproperty for validation- See Also:
- Constant Field Values
-
FEATURE_NAMESPACES
public static final java.lang.String FEATURE_NAMESPACESproperty for namespace support- See Also:
- Constant Field Values
-
FEATURE_JAXP12_SCHEMA_LANGUAGE
public static final java.lang.String FEATURE_JAXP12_SCHEMA_LANGUAGEproperty for schema language- See Also:
- Constant Field Values
-
FEATURE_JAXP12_SCHEMA_SOURCE
public static final java.lang.String FEATURE_JAXP12_SCHEMA_SOURCEproperty for schema source- See Also:
- Constant Field Values
-
URI_XSD
public static final java.lang.String URI_XSDthe namespace for XML schema- See Also:
- Constant Field Values
-
FEATURE_EXTERNAL_ENTITIES
public static final java.lang.String FEATURE_EXTERNAL_ENTITIESthe sax external entities feature- See Also:
- Constant Field Values
-
FEATURE_DISALLOW_DTD
public static final java.lang.String FEATURE_DISALLOW_DTDthe apache.org/xml disallow doctype decl feature- See Also:
- Constant Field Values
-