|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.aurigalogic.doclet.core.XMLGenerator
Class which generates an xml tree from the RootDoc. This xml is then transformed to various formats.
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 |
public XMLGenerator(java.lang.String[][] options)
Method Detail |
public void generateXML(RootDoc rootDoc) throws java.lang.Exception
rootDoc
- the javadoc root.
java.lang.Exception
public java.lang.String getXMLString()
public java.io.InputStream getXMLStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |