|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.chwf.webdoc.DTDDoc
A Java class for generating xdoc documentation from DTDs:
java org.chwf.webdoc.DTDDoc [-d <target directory>] <path to DTD file>This class (a) converts the DTD to XML and (b) transforms it using:
dtd-to-html.xslThis version is designed for the DTDs in Chrysalis, and may not work for DTDs in general.
Constructor Summary | |
DTDDoc()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Main. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DTDDoc()
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- Command line args.java.lang.Exception
- For transformation and write errors.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |