ibm.techexplorer.dom
Class TEDOMImplementation

java.lang.Object
  |
  +--ibm.techexplorer.dom.TEDOMImplementation

public class TEDOMImplementation
extends java.lang.Object
implements DOMImplementation

Description

See Also:
techexplorer, org.w3c.dom

Field Summary
protected  int node
           
protected  techexplorer plugin
           
 
Constructor Summary
TEDOMImplementation(techexplorer plugin, int node)
           
 
Method Summary
 boolean hasFeature(java.lang.String feature, java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

protected techexplorer plugin

node

protected int node
Constructor Detail

TEDOMImplementation

public TEDOMImplementation(techexplorer plugin,
                           int node)
Method Detail

hasFeature

public boolean hasFeature(java.lang.String feature,
                          java.lang.String version)
Specified by:
hasFeature in interface DOMImplementation