FileDocCategorySizeDatePackage
XmlConstants.javaAPI DocApache Ant 1.703041Wed Dec 13 06:16:24 GMT 2006org.apache.tools.ant.util

XmlConstants

public class XmlConstants extends Object
XML Parser constants, all kept in one place for ease of reuse
see
Xerces features
see
Xerces properties
see
SAX.

Fields Summary
public static final String
PROPERTY_SCHEMA_LOCATION
property for location of xml schema
public static final String
PROPERTY_NO_NAMESPACE_SCHEMA_LOCATION
property for location of no-name schema
public static final String
FEATURE_XSD_FULL_VALIDATION
property for full validation
public static final String
FEATURE_XSD
property for xsd
public static final String
FEATURE_VALIDATION
property for validation
public static final String
FEATURE_NAMESPACES
property for namespace support
public static final String
FEATURE_JAXP12_SCHEMA_LANGUAGE
property for schema language
public static final String
FEATURE_JAXP12_SCHEMA_SOURCE
property for schema source
public static final String
URI_XSD
the namespace for XML schema
public static final String
FEATURE_EXTERNAL_ENTITIES
the sax external entities feature
public static final String
FEATURE_DISALLOW_DTD
the apache.org/xml disalllow doctype decl feature
Constructors Summary
Methods Summary