Uses of Class
org.milyn.delivery.ContentHandlerConfigMap

Packages that use ContentHandlerConfigMap
org.milyn.delivery Content Delivery. 
org.milyn.delivery.dom DOM based Content Delivery. 
org.milyn.delivery.sax SAX based Content Delivery. 
org.milyn.event.types   
 

Uses of ContentHandlerConfigMap in org.milyn.delivery
 

Methods in org.milyn.delivery that return types with arguments of type ContentHandlerConfigMap
 List<ContentHandlerConfigMap<T>> ContentHandlerConfigMapTable.getMappings(String selector)
          Get the ContentHandlerConfigMap list for the supplied selector string.
 List<ContentHandlerConfigMap<T>> ContentHandlerConfigMapTable.getMappings(String[] selectors)
          Get the combined ContentHandlerConfigMap list for the supplied list of selector strings.
 Map<String,List<ContentHandlerConfigMap<T>>> ContentHandlerConfigMapTable.getTable()
           
 

Uses of ContentHandlerConfigMap in org.milyn.delivery.dom
 

Methods in org.milyn.delivery.dom that return types with arguments of type ContentHandlerConfigMap
 List<ContentHandlerConfigMap> ProcessingSet.getProcessingUnits()
          Get the list of ProcessingUnit instances to be applied.
 

Uses of ContentHandlerConfigMap in org.milyn.delivery.sax
 

Methods in org.milyn.delivery.sax that return types with arguments of type ContentHandlerConfigMap
 List<ContentHandlerConfigMap<SAXVisitChildren>> SAXElementVisitorMap.getChildVisitors()
           
 List<ContentHandlerConfigMap<SAXVisitAfter>> SAXElementVisitorMap.getVisitAfters()
           
 List<ContentHandlerConfigMap<SAXVisitBefore>> SAXElementVisitorMap.getVisitBefores()
           
 

Method parameters in org.milyn.delivery.sax with type arguments of type ContentHandlerConfigMap
 void SAXElementVisitorMap.setChildVisitors(List<ContentHandlerConfigMap<SAXVisitChildren>> childVisitors)
           
 void SAXElementVisitorMap.setVisitAfters(List<ContentHandlerConfigMap<SAXVisitAfter>> visitAfters)
           
 void SAXElementVisitorMap.setVisitBefores(List<ContentHandlerConfigMap<SAXVisitBefore>> visitBefores)
           
 

Uses of ContentHandlerConfigMap in org.milyn.event.types
 

Methods in org.milyn.event.types that return ContentHandlerConfigMap
 ContentHandlerConfigMap ElementVisitEvent.getConfigMapping()
           
 

Constructors in org.milyn.event.types with parameters of type ContentHandlerConfigMap
ElementVisitEvent(Object element, ContentHandlerConfigMap configMapping, VisitSequence sequence)
           
ElementVisitEvent(Object element, ContentHandlerConfigMap configMapping, VisitSequence sequence, Throwable error)
           
 



Copyright © 2008. All Rights Reserved.