org.milyn.delivery.sax
Class SAXContentDeliveryConfig
java.lang.Object
org.milyn.delivery.AbstractContentDeliveryConfig
org.milyn.delivery.sax.SAXContentDeliveryConfig
- All Implemented Interfaces:
- ContentDeliveryConfig
public class SAXContentDeliveryConfig
- extends AbstractContentDeliveryConfig
SAX specific ContentDeliveryConfig implementation.
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXContentDeliveryConfig
public SAXContentDeliveryConfig()
getVisitBefores
public ContentHandlerConfigMapTable<SAXVisitBefore> getVisitBefores()
setVisitBefores
public void setVisitBefores(ContentHandlerConfigMapTable<SAXVisitBefore> visitBefores)
getChildVisitors
public ContentHandlerConfigMapTable<SAXVisitChildren> getChildVisitors()
getVisitAfters
public ContentHandlerConfigMapTable<SAXVisitAfter> getVisitAfters()
setVisitAfters
public void setVisitAfters(ContentHandlerConfigMapTable<SAXVisitAfter> visitAfters)
getOptimizedVisitorConfig
public Map<String,SAXElementVisitorMap> getOptimizedVisitorConfig()
newFilter
public Filter newFilter(ExecutionContext executionContext)
- Description copied from interface:
ContentDeliveryConfig
- Get a new stream filter for the content delivery configuration.
- Parameters:
executionContext - Execution context.
- Returns:
- The stream filter.
optimizeConfig
public void optimizeConfig()
getCombinedOptimizedConfig
public SAXElementVisitorMap getCombinedOptimizedConfig(String[] elementNames)
Copyright © 2008. All Rights Reserved.