gov.llnl.babel.backend.html
public class BabelDoc extends java.lang.Object
Constructor and Description |
---|
BabelDoc(Context context)
We do not allow the public creation of a BabelDoc object.
|
Modifier and Type | Method and Description |
---|---|
void |
docify(java.lang.Object[] fileNames)
docify creates all the html files for the
xml reprresentation of the SIDL files. |
public BabelDoc(Context context)
public void docify(java.lang.Object[] fileNames) throws BabelDocException
docify
creates all the html files for the
xml reprresentation of the SIDL files. It does a slight
transformation to make some of the trnslations easier.
The dtd for the transformed document is as follows.
Where Symbol, PackageSymbol and Comment are defined in sidl.dtd
This allows us to not have to open and read the seperate xml files
numerous times during the document creation.fileNames
- Files which will be processed into html documentationjavax.xml.transform.TransformerException
javax.xml.transform.TransformerConfigurationException
java.io.FileNotFoundException
BabelDocException