public interface

JAXPConstants

org.apache.xerces.jaxp.JAXPConstants
Known Indirect Subclasses

Class Overview

This interface holds JAXP constant property/attribute names and values. Since JAXP 1.2 is a maintenance release of JAXP 1.1, no public signatures are allowed so these values cannot be exposed in the javax.xml.parsers package. Once equivalent constants have been defined in future JAXP spec versions, this interface can be removed.

Constants

public static final String JAXP_SCHEMA_LANGUAGE

Constant Value: "http://java.sun.com/xml/jaxp/properties/schemaLanguage"

public static final String JAXP_SCHEMA_SOURCE

Constant Value: "http://java.sun.com/xml/jaxp/properties/schemaSource"

public static final String W3C_XML_SCHEMA

Constant Value: "http://www.w3.org/2001/XMLSchema"