Class JSPContentTreeNode

java.lang.Object
net.ontopia.utils.ontojsp.JSPContentTreeNode
All Implemented Interfaces:
JSPTreeNodeIF

public class JSPContentTreeNode extends Object implements JSPTreeNodeIF
INTERNAL: The Ontopia JSPTreeNode class. This class is the node of the JSPTree build by the JSPContentHandler.
See Also:
  • Field Details

  • Constructor Details

    • JSPContentTreeNode

      public JSPContentTreeNode(JSPTreeNodeIF parent, String content)
      Constructor that accepts the parent of this JSPTreeNode as an argument. If this is the root node, the parent should null.
  • Method Details