Uses of Class
org.apache.cocoon.components.treeprocessor.AbstractProcessingNode

Packages that use AbstractProcessingNode
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface  
org.apache.cocoon.components.treeprocessor.sitemap Implemention of the Sitemap language  
 

Uses of AbstractProcessingNode in org.apache.cocoon.components.treeprocessor
 

Subclasses of AbstractProcessingNode in org.apache.cocoon.components.treeprocessor
 class AbstractParentProcessingNode
           
 class CategoryNode
          A generic container node that just invokes its children.
 class ContainerNode
          A generic container node that just invokes its children.
 class NamedContainerNode
          A named container node that just invokes its children.
 class NullNode
          A no-op node to stub not yet implemented features.
 class PipelineEventComponentProcessingNode
           
 class SimpleParentProcessingNode
           
 class SimpleSelectorProcessingNode
           
 

Uses of AbstractProcessingNode in org.apache.cocoon.components.treeprocessor.sitemap
 

Subclasses of AbstractProcessingNode in org.apache.cocoon.components.treeprocessor.sitemap
 class ActionSetNode
           
 class ActSetNode
          Handles <map:act type="..."
 class ActTypeNode
          Handles <map:act type="..."
 class AggregateNode
          Aggregate sitemap node.
 class CallFunctionNode
          Node handler for calling functions and resuming continuations in the control flow layer.
 class CallNode
           
 class FlowNode
          Handler for <map:flow> element in the sitemap.
 class GenerateNode
           
 class HandleErrorsNode
          Handles <map:handle-errors>
 class MatchNode
           
 class MountNode
           
 class PipelineNode
          Handles <map:pipeline>
 class PipelinesNode
          Handles <map:pipelines>
 class PreparableMatchNode
           
 class ReadNode
           
 class RedirectToURINode
           
 class ScriptNode
          Handler for <map:script> elements in the sitemap.
 class SelectNode
           
 class SerializeNode
           
 class SwitchSelectNode
           
 class TransformNode
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.