Uses of Interface
ice.pilots.html4.TransformerFactory

Packages that use TransformerFactory
ice.pilots.html4   
 

Uses of TransformerFactory in ice.pilots.html4
 

Methods in ice.pilots.html4 that return TransformerFactory
static TransformerFactory DOM.getTransformFactory(StormBase storm)
           
static TransformerFactory DOM.getTransformerFactory()
          Deprecated. Use DOM.getTransformFactory(StormBase) instead.
 

Methods in ice.pilots.html4 with parameters of type TransformerFactory
static void DOM.setTransformFactory(StormBase storm, TransformerFactory tr)
          Set the default transformer factory to be used.
static void DOM.setTransformerFactory(TransformerFactory tr)
          Deprecated. Use DOM.setTransformFactory(StormBase, TransformerFactory) instead.