org.apache.xerces.dom
Class DOMXSImplementationSourceImpl
- org.w3c.dom.DOMImplementationSource
public class DOMXSImplementationSourceImpl
$Id: DOMXSImplementationSourceImpl.java 320295 2005-05-02 22:02:22Z mrglavas $ org.w3c.dom.DOMImplementation | getDOMImplementation(String features) - A method to request a DOM implementation.
|
org.w3c.dom.DOMImplementationList | getDOMImplementationList(String features) - A method to request a list of DOM implementations that support the
specified features and versions, as specified in .
|
getDOMImplementation
public org.w3c.dom.DOMImplementation getDOMImplementation(String features)
A method to request a DOM implementation.
- getDOMImplementation in interface org.w3c.dom.DOMImplementationSource
- getDOMImplementation in interface DOMImplementationSourceImpl
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"
- An implementation that has the desired features, or
null
if this source has none.
getDOMImplementationList
public org.w3c.dom.DOMImplementationList getDOMImplementationList(String features)
A method to request a list of DOM implementations that support the
specified features and versions, as specified in .
- getDOMImplementationList in interface org.w3c.dom.DOMImplementationSource
- getDOMImplementationList in interface DOMImplementationSourceImpl
features
- A string that specifies which features and versions
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 3.0 Traversal +Events
2.0"
- A list of DOM implementations that support the desired
features.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.