| org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
All known Subclasses: org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode, org.apache.cocoon.components.treeprocessor.sitemap.CallNode, org.apache.cocoon.components.treeprocessor.NullNode, org.apache.cocoon.components.treeprocessor.sitemap.ScriptNode, org.apache.cocoon.components.treeprocessor.sitemap.RedirectToURINode, org.apache.cocoon.components.treeprocessor.sitemap.AggregateNode, org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode, org.apache.cocoon.components.treeprocessor.sitemap.ReadNode, org.apache.cocoon.components.treeprocessor.sitemap.MountNode, org.apache.cocoon.components.treeprocessor.PipelineEventComponentProcessingNode, org.apache.cocoon.components.treeprocessor.sitemap.FlowNode,
AbstractProcessingNode | abstract public class AbstractProcessingNode extends AbstractLogEnabled implements ProcessingNode(Code) | | author: Sylvain Wallez version: CVS $Id: AbstractProcessingNode.java 446922 2006-09-16 19:24:36Z vgritsenko $ |
getLocation | public Location getLocation()(Code) | | Get the location of this node.
|
getSourceResolver | protected static SourceResolver getSourceResolver(Map objectModel)(Code) | | Get the SourceResolver in an object model.
|
setLocation | public void setLocation(Location location)(Code) | | Set the location of this node.
|
|
|