Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.cocoon.components.treeprocessor.sitemap
Class AggregateNode.Part  view AggregateNode.Part download AggregateNode.Part.java

java.lang.Object
  extended byorg.apache.cocoon.components.treeprocessor.sitemap.AggregateNode.Part
Enclosing class:
AggregateNode

public static class AggregateNode.Part
extends java.lang.Object


Field Summary
private  org.apache.cocoon.components.treeprocessor.variables.VariableResolver element
           
private  org.apache.cocoon.components.treeprocessor.variables.VariableResolver nsPrefix
           
private  org.apache.cocoon.components.treeprocessor.variables.VariableResolver nsURI
           
private  org.apache.cocoon.components.treeprocessor.variables.VariableResolver source
           
private  org.apache.cocoon.components.treeprocessor.variables.VariableResolver stripRoot
           
 
Constructor Summary
AggregateNode.Part(org.apache.cocoon.components.treeprocessor.variables.VariableResolver source, org.apache.cocoon.components.treeprocessor.variables.VariableResolver element, org.apache.cocoon.components.treeprocessor.variables.VariableResolver nsURI, org.apache.cocoon.components.treeprocessor.variables.VariableResolver nsPrefix, org.apache.cocoon.components.treeprocessor.variables.VariableResolver stripRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

private org.apache.cocoon.components.treeprocessor.variables.VariableResolver source

element

private org.apache.cocoon.components.treeprocessor.variables.VariableResolver element

nsURI

private org.apache.cocoon.components.treeprocessor.variables.VariableResolver nsURI

nsPrefix

private org.apache.cocoon.components.treeprocessor.variables.VariableResolver nsPrefix

stripRoot

private org.apache.cocoon.components.treeprocessor.variables.VariableResolver stripRoot
Constructor Detail

AggregateNode.Part

public AggregateNode.Part(org.apache.cocoon.components.treeprocessor.variables.VariableResolver source,
                          org.apache.cocoon.components.treeprocessor.variables.VariableResolver element,
                          org.apache.cocoon.components.treeprocessor.variables.VariableResolver nsURI,
                          org.apache.cocoon.components.treeprocessor.variables.VariableResolver nsPrefix,
                          org.apache.cocoon.components.treeprocessor.variables.VariableResolver stripRoot)
                   throws org.apache.cocoon.sitemap.PatternException