Uses of Class
wt.doc.DocumentStructureProcessor.DocumentTreeNode

Packages that use DocumentStructureProcessor.DocumentTreeNode
wt.doc   
 

Uses of DocumentStructureProcessor.DocumentTreeNode in wt.doc
 

Methods in wt.doc with parameters of type DocumentStructureProcessor.DocumentTreeNode
protected static String DocumentStructureProcessor.getDocumentId(DocumentStructureProcessor.DocumentTreeNode document_node)
          Return the String ID to be used as the value of a hidden form field.
protected  void DocumentStructureProcessor.outputDocumentId(DocumentStructureProcessor.DocumentTreeNode document_node, PrintWriter out)
           
protected  String DocumentStructureProcessor.buildDocumentNodeString(DocumentStructureProcessor.DocumentTreeNode document_node, String document_id, String display_string, Locale locale)
          Returns the String to be displayed in the structure tree.
protected  String DocumentStructureProcessor.getNodeString(DocumentStructureProcessor.DocumentTreeNode document_node, String page_id, Locale locale)
          Returns the String containing the HTML code to display an entry for the given node in the structure hierarchy.
protected  String DocumentStructureProcessor.getNodeStringFromDatabase(DocumentStructureProcessor.DocumentTreeNode document_node, Locale locale)
          Returns the String to display in the structure tree for the given DocumentTreeNode.