Uses of Interface
org.barracudamvc.core.util.dom.DOMFactory

Packages that use DOMFactory
org.barracudamvc.core.util.dom   
 

Uses of DOMFactory in org.barracudamvc.core.util.dom
 

Classes in org.barracudamvc.core.util.dom that implement DOMFactory
 class JivanDOMFactory
          Jivan implementation of a DOMFactory.
 class XMLCDeferredParsingDOMFactory
          XMLC deferred parsing implementation of a DOMFactory.
 class XMLCStdDOMFactory
          XMLC standard implementation of a DOMFactory.
 

Fields in org.barracudamvc.core.util.dom declared as DOMFactory
protected  DOMFactory DefaultDOMLoader.defaultDOMFactory
           
 

Methods in org.barracudamvc.core.util.dom with parameters of type DOMFactory
 void DefaultDOMLoader.setDefaultDOMFactory(DOMFactory df)
          Specify the default DOM factory
 void DefaultDOMLoader.registerDOMFactory(DOMFactory df, String key)
          Register a DOMFactory keyed against a fully qualified class name or a document path
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.