doclet
Class GenerateTocXML

java.lang.Object
  extended bydoclet.GenerateTocXML

public class GenerateTocXML
extends Object

This is very much of a hack.


Field Summary
static String FOOTER
           
static String HEADER
           
static String OUT
           
static String PATH
           
 
Constructor Summary
GenerateTocXML()
           
 
Method Summary
static boolean start(RootDoc root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH

public static final String PATH
See Also:
Constant Field Values

OUT

public static final String OUT
See Also:
Constant Field Values

HEADER

public static final String HEADER
See Also:
Constant Field Values

FOOTER

public static final String FOOTER
See Also:
Constant Field Values
Constructor Detail

GenerateTocXML

public GenerateTocXML()
Method Detail

start

public static boolean start(RootDoc root)