Uses of Class
ice.pilots.html4.DOM

Packages that use DOM
ice.pilots.html4   
 

Uses of DOM in ice.pilots.html4
 

Methods in ice.pilots.html4 that return DOM
static DOM DOM.getInstance(StormBase storm)
          Get dom implementation instance associated with the given StormBase.
static DOM DOM.getInstance()
          Deprecated. Use getInstance(StormBase) instead.
protected  DOM DOM.makeClone()
           
 DOM DDocument.getDom()
           
 

Methods in ice.pilots.html4 with parameters of type DOM
static void DOM.setInstance(StormBase storm, DOM dom)
          Set the instance of default DOMImplementation for the given StormBase instance.
static void DOM.setInstance(DOM d)
          Deprecated. Use setInstance(StormBase, DOM) instead.
 

Constructors in ice.pilots.html4 with parameters of type DOM
DStyleDeclaration(DOM dom, DCSSRule parentRule, DElement e)
           
DDocument(ThePilot pilot, DOM implementation)