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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Sylvain Wallez

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

Method Detail

getName

String getName()


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