org.apache.cocoon.components.treeprocessor
Interface NamedProcessingNode

All Superinterfaces:
org.apache.cocoon.util.location.Locatable, ProcessingNode, ThreadSafe
All Known Implementing Classes:
ActionSetNode, NamedContainerNode

public interface NamedProcessingNode
extends ProcessingNode

A ProcessingNode that has a name. This is primarily used by CategoryNode to access its children.

Version:
$Id: NamedProcessingNode.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 String getName()
           
 
Methods inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNode
getLocation, invoke
 

Method Detail

getName

public String getName()


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