com.moesol.doc
Class ExamplesXmlBuilder
java.lang.Object
com.moesol.doc.ExamplesXmlBuilder
public class ExamplesXmlBuilder
- extends Object
Build an xml file that formats java code as xml
Embedded comments
// <frag
// </frag
are uncommented to mark fragment sections for inclusion
in other documents.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExamplesXmlBuilder
public ExamplesXmlBuilder()
doFiles
public void doFiles(String[] files)
throws IOException
- Parameters:
files
-
- Throws:
IOException
startRoot
public void startRoot()
endRoot
public void endRoot()
main
public static void main(String[] args)
- Parameters:
args
-
setOut
public void setOut(OutputStream out)
- Parameters:
out
-
setDir
public void setDir(File dir)
- Parameters:
dir
-
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.