Uses of Class
org.milyn.delivery.ContentHandlerConfigMapTable

Packages that use ContentHandlerConfigMapTable
org.milyn.delivery.dom DOM based Content Delivery. 
org.milyn.delivery.sax SAX based Content Delivery. 
 

Uses of ContentHandlerConfigMapTable in org.milyn.delivery.dom
 

Fields in org.milyn.delivery.dom declared as ContentHandlerConfigMapTable
 ContentHandlerConfigMapTable MockContentDeliveryConfig.assemblyAfters
           
 ContentHandlerConfigMapTable MockContentDeliveryConfig.assemblyBefores
           
 ContentHandlerConfigMapTable MockContentDeliveryConfig.processingAfters
           
 ContentHandlerConfigMapTable MockContentDeliveryConfig.processingBefores
           
 ContentHandlerConfigMapTable MockContentDeliveryConfig.serializationUnits
           
 

Methods in org.milyn.delivery.dom that return ContentHandlerConfigMapTable
 ContentHandlerConfigMapTable<DOMVisitAfter> DOMContentDeliveryConfig.getAssemblyVisitAfters()
           
 ContentHandlerConfigMapTable<DOMVisitBefore> DOMContentDeliveryConfig.getAssemblyVisitBefores()
           
 ContentHandlerConfigMapTable<DOMVisitAfter> DOMContentDeliveryConfig.getProcessingVisitAfters()
           
 ContentHandlerConfigMapTable<DOMVisitBefore> DOMContentDeliveryConfig.getProcessingVisitBefores()
           
 ContentHandlerConfigMapTable<SerializationUnit> DOMContentDeliveryConfig.getSerailizationVisitors()
           
 

Methods in org.milyn.delivery.dom with parameters of type ContentHandlerConfigMapTable
 void DOMContentDeliveryConfig.setAssemblyVisitAfters(ContentHandlerConfigMapTable<DOMVisitAfter> assemblyVisitAfters)
           
 void DOMContentDeliveryConfig.setAssemblyVisitBefores(ContentHandlerConfigMapTable<DOMVisitBefore> assemblyVisitBefores)
           
 void DOMContentDeliveryConfig.setProcessingVisitAfters(ContentHandlerConfigMapTable<DOMVisitAfter> processingVisitAfters)
           
 void DOMContentDeliveryConfig.setProcessingVisitBefores(ContentHandlerConfigMapTable<DOMVisitBefore> processingVisitBefores)
           
 void DOMContentDeliveryConfig.setSerailizationVisitors(ContentHandlerConfigMapTable<SerializationUnit> serailizationVisitors)
           
 

Uses of ContentHandlerConfigMapTable in org.milyn.delivery.sax
 

Methods in org.milyn.delivery.sax that return ContentHandlerConfigMapTable
 ContentHandlerConfigMapTable<SAXVisitChildren> SAXContentDeliveryConfig.getChildVisitors()
           
 ContentHandlerConfigMapTable<SAXVisitAfter> SAXContentDeliveryConfig.getVisitAfters()
           
 ContentHandlerConfigMapTable<SAXVisitBefore> SAXContentDeliveryConfig.getVisitBefores()
           
 

Methods in org.milyn.delivery.sax with parameters of type ContentHandlerConfigMapTable
 void SAXContentDeliveryConfig.setVisitAfters(ContentHandlerConfigMapTable<SAXVisitAfter> visitAfters)
           
 void SAXContentDeliveryConfig.setVisitBefores(ContentHandlerConfigMapTable<SAXVisitBefore> visitBefores)
           
 



Copyright © 2008. All Rights Reserved.