org.apache.tools.ant.util
public class XmlConstants extends Object
See Also: Xerces features Xerces properties SAX.
| Field Summary | |
|---|---|
| static String | FEATURE_DISALLOW_DTD the apache.org/xml disalllow doctype decl feature |
| static String | FEATURE_EXTERNAL_ENTITIES the sax external entities feature |
| static String | FEATURE_JAXP12_SCHEMA_LANGUAGE property for schema language |
| static String | FEATURE_JAXP12_SCHEMA_SOURCE property for schema source |
| static String | FEATURE_NAMESPACES property for namespace support |
| static String | FEATURE_VALIDATION property for validation |
| static String | FEATURE_XSD property for xsd |
| static String | FEATURE_XSD_FULL_VALIDATION property for full validation |
| static String | PROPERTY_NO_NAMESPACE_SCHEMA_LOCATION property for location of no-name schema |
| static String | PROPERTY_SCHEMA_LOCATION property for location of xml schema |
| static String | URI_XSD the namespace for XML schema |