org.apache.xerces.jaxp

Interface JAXPConstants

Known Implementing Classes:
DocumentBuilderImpl, SAXParserImpl

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.
Version:
$Id: JAXPConstants.java,v 1.3 2004/02/24 23:15:58 mrglavas Exp $
Author:
Edwin Goei

Field Summary

static String
JAXP_SCHEMA_LANGUAGE
static String
JAXP_SCHEMA_SOURCE
static String
W3C_XML_SCHEMA

Field Details

JAXP_SCHEMA_LANGUAGE

public static final String JAXP_SCHEMA_LANGUAGE

JAXP_SCHEMA_SOURCE

public static final String JAXP_SCHEMA_SOURCE

W3C_XML_SCHEMA

public static final String W3C_XML_SCHEMA

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.