Uses of Interface
org.milyn.delivery.dom.DOMVisitBefore

Packages that use DOMVisitBefore
org.milyn.db   
org.milyn.delivery.dom DOM based Content Delivery. 
org.milyn.io   
 

Uses of DOMVisitBefore in org.milyn.db
 

Classes in org.milyn.db that implement DOMVisitBefore
 class AbstractDataSource
          DataSource management resource.
 class DirectDataSource
          Direct DataSource.
 class JndiDataSource
          Jndi based DataSource.
 

Uses of DOMVisitBefore in org.milyn.delivery.dom
 

Subinterfaces of DOMVisitBefore in org.milyn.delivery.dom
 interface DOMElementVisitor
          Element Visitor (GoF) interface for DOM.
 

Methods in org.milyn.delivery.dom that return types with arguments of type DOMVisitBefore
 ContentHandlerConfigMapTable<DOMVisitBefore> DOMContentDeliveryConfig.getAssemblyVisitBefores()
           
 ContentHandlerConfigMapTable<DOMVisitBefore> DOMContentDeliveryConfig.getProcessingVisitBefores()
           
 

Method parameters in org.milyn.delivery.dom with type arguments of type DOMVisitBefore
 void DOMContentDeliveryConfig.setAssemblyVisitBefores(ContentHandlerConfigMapTable<DOMVisitBefore> assemblyVisitBefores)
           
 void DOMContentDeliveryConfig.setProcessingVisitBefores(ContentHandlerConfigMapTable<DOMVisitBefore> processingVisitBefores)
           
 

Uses of DOMVisitBefore in org.milyn.io
 

Classes in org.milyn.io that implement DOMVisitBefore
 class AbstractOutputStreamResource
          AbstractOuputStreamResource is the base class for handling output stream resources in Smooks.
 



Copyright © 2008. All Rights Reserved.