|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ibm.techexplorer.dom.TEDOMImplementation
techexplorer
,
org.w3c.domConstructor Summary | |
TEDOMImplementation(techexplorer teobject,
int node)
|
Method Summary | |
boolean |
hasFeature(java.lang.String feature,
java.lang.String version)
Test if the DOM implementation implements a specific feature. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TEDOMImplementation(techexplorer teobject, int node)
Method Detail |
public boolean hasFeature(java.lang.String feature, java.lang.String version)
DOMImplementation
hasFeature
in interface DOMImplementation
org.w3c.dom.DOMImplementation
feature
- The package name of the feature to test. In Level 1, the
legal values are "HTML" and "XML" (case-insensitive).version
- This is the version number of the package name to test.
In Level 1, this is the string "1.0". If the version is not specified,
supporting any version of the feature will cause the method to return
true
.true
if the feature is implemented in the specified
version, false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |