org.apache.cocoon.components.treeprocessor
Interface NamedProcessingNode

All Superinterfaces:
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:
CVS $Id: NamedProcessingNode.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Sylvain Wallez

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

Method Detail

getName

public String getName()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.