FileDocCategorySizeDatePackage
JAXPConstants.javaAPI DocJava SE 6 API1489Tue Jun 10 00:22:48 BST 2008com.sun.org.apache.xerces.internal.jaxp

JAXPConstants

public interface JAXPConstants
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.
author
Edwin Goei
version
$Id: JAXPConstants.java,v 1.2.6.1 2005/09/05 10:07:20 sunithareddy Exp $

Fields Summary
static final String
JAXP_SCHEMA_LANGUAGE
static final String
W3C_XML_SCHEMA
static final String
JAXP_SCHEMA_SOURCE
Constructors Summary
Methods Summary