org.milyn.delivery.dom
Class ProcessingSet

java.lang.Object
  extended by org.milyn.delivery.dom.ProcessingSet

public class ProcessingSet
extends Object

Processing set.

The set of ProcessingUnit to be applied to an Element.

Author:
tfennelly

Constructor Summary
ProcessingSet()
           
 
Method Summary
 void addProcessingUnit(DOMElementVisitor processingUnit, SmooksResourceConfiguration resourceConfig)
          Add to the ProcessingSet.
 List<ContentHandlerConfigMap> getProcessingUnits()
          Get the list of ProcessingUnit instances to be applied.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingSet

public ProcessingSet()
Method Detail

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.