org.milyn.delivery.dom
Class ProcessingSet
java.lang.Object
org.milyn.delivery.dom.ProcessingSet
public class ProcessingSet
- extends Object
Processing set.
The set of ProcessingUnit to be applied to an Element.
- Author:
- tfennelly
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessingSet
public ProcessingSet()
addProcessingUnit
public void addProcessingUnit(DOMElementVisitor processingUnit,
SmooksResourceConfiguration resourceConfig)
- Add to the ProcessingSet.
- Parameters:
processingUnit - The Processing Unit to be added.resourceConfig - Corresponding resource config.
getProcessingUnits
public List<ContentHandlerConfigMap> getProcessingUnits()
- Get the list of ProcessingUnit instances to be applied.
- Returns:
- List of ProcessingUnit instances.
Copyright © 2008. All Rights Reserved.