BEA Systems, Inc.

weblogic.apache.xerces.jaxp
Interface JAXPConstants

All Known Implementing Classes:
DocumentBuilderImpl, SAXParserImpl

Deprecated. please use JDK supplied XML parsers and transformers

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.


Field Summary
static String JAXP_SCHEMA_LANGUAGE
          Deprecated.  
static String JAXP_SCHEMA_SOURCE
          Deprecated.  
static String W3C_XML_SCHEMA
          Deprecated.  
 

Field Detail

JAXP_SCHEMA_LANGUAGE

static final String JAXP_SCHEMA_LANGUAGE
Deprecated. 
See Also:
Constant Field Values

W3C_XML_SCHEMA

static final String W3C_XML_SCHEMA
Deprecated. 
See Also:
Constant Field Values

JAXP_SCHEMA_SOURCE

static final String JAXP_SCHEMA_SOURCE
Deprecated. 
See Also:
Constant Field Values

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.