com.aurigalogic.doclet.core
Class XMLGenerator

java.lang.Object
  |
  +--com.aurigalogic.doclet.core.XMLGenerator

public class XMLGenerator
extends java.lang.Object

Class which generates an xml tree from the RootDoc. This xml is then transformed to various formats.

Version:
$Revision: 1.1 $ $Date: 2003/12/24 12:41:39 $
Author:
Khurshidali Shaikh

Constructor Summary
XMLGenerator(java.lang.String[][] options)
          Default constructor.
 
Method Summary
 void generateXML(RootDoc rootDoc)
          Generates the xml tree.
 java.io.InputStream getXMLStream()
           
 java.lang.String getXMLString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLGenerator

public XMLGenerator(java.lang.String[][] options)
Default constructor.

Method Detail

generateXML

public void generateXML(RootDoc rootDoc)
                 throws java.lang.Exception
Generates the xml tree.

Parameters:
rootDoc - the javadoc root.
java.lang.Exception

getXMLString

public java.lang.String getXMLString()

getXMLStream

public java.io.InputStream getXMLStream()