Class ProcessingSet


  • public class ProcessingSet
    extends Object
    Processing set.

    The set of ProcessingUnit to be applied to an Element.

    Author:
    tfennelly
    • Constructor Detail

      • ProcessingSet

        public ProcessingSet()
    • Method Detail

      • addProcessingUnit

        public void addProcessingUnit​(DOMElementVisitor domElementVisitor,
                                      ResourceConfig resourceConfig)
        Add to the ProcessingSet.
        Parameters:
        domElementVisitor - The Processing Unit to be added.
        resourceConfig - Corresponding resource config.