org.apache.cocoon.components.treeprocessor
Interface NamedProcessingNode

All Superinterfaces:
ProcessingNode, org.apache.avalon.framework.thread.ThreadSafe
All Known Implementing Classes:
NamedContainerNode, ActionSetNode

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,v 1.1 2002/03/05 08:26:22 sylvain Exp $
Author:
Sylvain Wallez

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

Method Detail

getName

public java.lang.String getName()


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.