|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.dom.DOMImplementationSourceImpl
Supply one the right implementation, based upon requested features. Each
implemented DOMImplementationSource
object is listed in the
binding-specific list of available sources so that its
DOMImplementation
objects are made available.
See also the Document Object Model (DOM) Level 3 Core Specification.
Constructor Summary | |
DOMImplementationSourceImpl()
Deprecated. |
Method Summary | |
DOMImplementation |
getDOMImplementation(String features)
Deprecated. A method to request a DOM implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMImplementationSourceImpl()
Method Detail |
public DOMImplementation getDOMImplementation(String features)
getDOMImplementation
in interface org.apache.xerces.dom3.DOMImplementationSource
features
- A string that specifies which features are required.
This is a space separated list in which each feature is specified
by its name optionally followed by a space and a version number.
This is something like: "XML 1.0 Traversal Events 2.0"
null
if this source has none.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |