org.japano.pagenode
Class TagFile

java.lang.Object
  extended by org.japano.PageNode
      extended by org.japano.pagenode.TagFile

public class TagFile
extends PageNode

Version:
$Id: TagFile.java,v 1.2 2005/10/03 14:55:14 fforw Exp $
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Nested Class Summary
 
Nested classes/interfaces inherited from class org.japano.PageNode
PageNode.Output
 
Field Summary
 
Fields inherited from class org.japano.PageNode
children, context, EMPTY, nodeId, parent
 
Constructor Summary
TagFile()
           
 
Method Summary
 void setContext(AbstractContext context)
           
 
Methods inherited from class org.japano.PageNode
findChildren, findParent, findRootNode, generate, generateChildren, getChildren, getContext, getNodeId, getParent, init, recInit, release, setChildren, setNodeId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagFile

public TagFile()
Method Detail

setContext

public void setContext(AbstractContext context)
Overrides:
setContext in class PageNode