com.dfki.peregrin.site.tree
Class IntermediateRootSiteNode

java.lang.Object
  |
  +--com.dfki.peregrin.site.tree.SiteNode
        |
        +--com.dfki.peregrin.site.tree.IntermediateRootSiteNode

public class IntermediateRootSiteNode
extends SiteNode


Constructor Summary
IntermediateRootSiteNode()
           
IntermediateRootSiteNode(IntermediateRootSiteNode r)
           
IntermediateRootSiteNode(org.w3c.dom.Node node)
           
IntermediateRootSiteNode(SiteNode node)
           
IntermediateRootSiteNode(SiteNode node, IntermediateRootSiteNode r)
           
IntermediateRootSiteNode(java.lang.String name)
           
IntermediateRootSiteNode(java.lang.String name, IntermediateRootSiteNode r)
           
IntermediateRootSiteNode(StringKeyTable table, org.w3c.dom.Node node)
           
IntermediateRootSiteNode(StringKeyTable table, SiteNode node)
           
IntermediateRootSiteNode(StringKeyTable table, SiteNode node, IntermediateRootSiteNode r)
           
IntermediateRootSiteNode(StringKeyTable table, java.lang.String name)
           
IntermediateRootSiteNode(StringKeyTable table, java.lang.String name, IntermediateRootSiteNode r)
           
 
Method Summary
 IntermediateRootSiteNode globalRoot()
           
 IntermediateRootSiteNode previousRoot()
           
 void setPreviousRoot(IntermediateRootSiteNode r)
           
 
Methods inherited from class com.dfki.peregrin.site.tree.SiteNode
addAttributes, addChild, addChilds, addCopyChild, addCopyChilds, addDynChild, addDynChilds, addVariable, attributes, attributesAsInString, attributesAsInString, calculateStaticEncodedGlobalPath, calculateStaticGlobalPath, childs, concepts, elements, getAttributesFromString, getAttributeValue, getNodeType, getTemplate, getTemplate, getValue, getVariable, insertChildAt, matchWildCards, nameID, nodeName, parent, removeChildAt, root, setAttributes, setAttributeValue, setChildAt, setChilds, setConcepts, setCopyChilds, setDynChilds, setNameID, setNodeName, setNodeType, setParent, setRoot, setTemplate, setValue, stringForAllAttributes, stringForAllAttributes, stringForAllConstantAttributes, stringForAllConstantAttributes, stringForOneAttribute, stringForOneAttribute, stringForOneConstantAttribute, stringForOneConstantAttribute, suffixHref, suffixSrc, variables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntermediateRootSiteNode

public IntermediateRootSiteNode()

IntermediateRootSiteNode

public IntermediateRootSiteNode(StringKeyTable table,
                                org.w3c.dom.Node node)

IntermediateRootSiteNode

public IntermediateRootSiteNode(StringKeyTable table,
                                java.lang.String name,
                                IntermediateRootSiteNode r)

IntermediateRootSiteNode

public IntermediateRootSiteNode(StringKeyTable table,
                                java.lang.String name)

IntermediateRootSiteNode

public IntermediateRootSiteNode(StringKeyTable table,
                                SiteNode node,
                                IntermediateRootSiteNode r)

IntermediateRootSiteNode

public IntermediateRootSiteNode(StringKeyTable table,
                                SiteNode node)

IntermediateRootSiteNode

public IntermediateRootSiteNode(IntermediateRootSiteNode r)

IntermediateRootSiteNode

public IntermediateRootSiteNode(org.w3c.dom.Node node)

IntermediateRootSiteNode

public IntermediateRootSiteNode(java.lang.String name,
                                IntermediateRootSiteNode r)

IntermediateRootSiteNode

public IntermediateRootSiteNode(java.lang.String name)

IntermediateRootSiteNode

public IntermediateRootSiteNode(SiteNode node,
                                IntermediateRootSiteNode r)

IntermediateRootSiteNode

public IntermediateRootSiteNode(SiteNode node)
Method Detail

previousRoot

public IntermediateRootSiteNode previousRoot()

globalRoot

public IntermediateRootSiteNode globalRoot()

setPreviousRoot

public void setPreviousRoot(IntermediateRootSiteNode r)