Uses of Class
org.granite.util.DOM

Packages that use DOM
org.granite.util   
 

Uses of DOM in org.granite.util
 

Methods in org.granite.util that return DOM
protected  DOM XMap.getDom()
          Returns the DOM instance of this XMap (one is created if it is null).
 

Constructors in org.granite.util with parameters of type DOM
XMap(DOM dom, Element root, boolean clone)
          Constructs a new XMap instance.