org.apache.tools.ant.util

Class XmlConstants

public class XmlConstants extends Object

XML Parser constants, all kept in one place for ease of reuse

See Also: Xerces features Xerces properties SAX.

Field Summary
static StringFEATURE_DISALLOW_DTD
the apache.org/xml disalllow doctype decl feature
static StringFEATURE_EXTERNAL_ENTITIES
the sax external entities feature
static StringFEATURE_JAXP12_SCHEMA_LANGUAGE
property for schema language
static StringFEATURE_JAXP12_SCHEMA_SOURCE
property for schema source
static StringFEATURE_NAMESPACES
property for namespace support
static StringFEATURE_VALIDATION
property for validation
static StringFEATURE_XSD
property for xsd
static StringFEATURE_XSD_FULL_VALIDATION
property for full validation
static StringPROPERTY_NO_NAMESPACE_SCHEMA_LOCATION
property for location of no-name schema
static StringPROPERTY_SCHEMA_LOCATION
property for location of xml schema
static StringURI_XSD
the namespace for XML schema

Field Detail

FEATURE_DISALLOW_DTD

public static final String FEATURE_DISALLOW_DTD
the apache.org/xml disalllow doctype decl feature

FEATURE_EXTERNAL_ENTITIES

public static final String FEATURE_EXTERNAL_ENTITIES
the sax external entities feature

FEATURE_JAXP12_SCHEMA_LANGUAGE

public static final String FEATURE_JAXP12_SCHEMA_LANGUAGE
property for schema language

FEATURE_JAXP12_SCHEMA_SOURCE

public static final String FEATURE_JAXP12_SCHEMA_SOURCE
property for schema source

FEATURE_NAMESPACES

public static final String FEATURE_NAMESPACES
property for namespace support

FEATURE_VALIDATION

public static final String FEATURE_VALIDATION
property for validation

FEATURE_XSD

public static final String FEATURE_XSD
property for xsd

FEATURE_XSD_FULL_VALIDATION

public static final String FEATURE_XSD_FULL_VALIDATION
property for full validation

PROPERTY_NO_NAMESPACE_SCHEMA_LOCATION

public static final String PROPERTY_NO_NAMESPACE_SCHEMA_LOCATION
property for location of no-name schema

PROPERTY_SCHEMA_LOCATION

public static final String PROPERTY_SCHEMA_LOCATION
property for location of xml schema

URI_XSD

public static final String URI_XSD
the namespace for XML schema