|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_dtd.WriteDTDElement
org.biomage.tools.generate_dtd.WriteDTDMageElement
public class WriteDTDMageElement
Description: Class that is resposible for generating a DTD file for the classes represented by the list of class nodes passed into the constructor.
Constructor Summary | |
---|---|
protected |
WriteDTDMageElement(CreateFile createFile)
Description: Constructor for the DTD file generator. |
Method Summary | |
---|---|
protected void |
createXMLStrings()
Description: Creates the element declaration for the top-level model. |
protected void |
setPackageOrder(org.w3c.dom.Element packageOrdering)
Description: Method to read the XML configuration for the ordering of the packages. |
protected void |
writeBody(java.io.FileWriter writer)
Description: Method to write out the body. |
Methods inherited from class org.biomage.tools.generate_dtd.WriteDTDElement |
---|
writeEntities |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WriteDTDMageElement(CreateFile createFile) throws java.lang.Exception
createFile:
- the class to write to the DTD.
java.lang.Exception
Method Detail |
---|
protected void setPackageOrder(org.w3c.dom.Element packageOrdering) throws java.lang.Exception
packageOrdering:
- the XML configuration element.
java.lang.Exception
protected void createXMLStrings() throws java.lang.Exception
createXMLStrings
in class WriteDTDElement
packageOrdering:
- the XML configuration element for package ordering information.
java.lang.Exception
protected void writeBody(java.io.FileWriter writer) throws java.lang.Exception
writeBody
in class WriteDTDElement
write:
- the writer to use.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |