BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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

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

JAXP_SCHEMA_SOURCE

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

W3C_XML_SCHEMA

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

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