|
||||||||||
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.WriteDTDPackageElement
public class WriteDTDPackageElement
Description: Class that is resposible for generating a DTD file for the classes represented by the list of class nodes passed into the constructor.
Field Summary | |
---|---|
protected java.lang.StringBuffer |
packageElement
Description: For outputting the MAGE-OM element to the file. |
Constructor Summary | |
---|---|
protected |
WriteDTDPackageElement(CreateFile createFile)
Description: Constructor for the DTD file generator. |
Method Summary | |
---|---|
protected void |
createXMLStrings()
Description: Creates the element declaration for the package. |
protected void |
writeBody(java.io.FileWriter writer)
Description: Method to write out the body. |
protected void |
writeEntities(java.io.FileWriter writer)
Description: Method to write out entities. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.StringBuffer packageElement
Constructor Detail |
---|
protected WriteDTDPackageElement(CreateFile createFile) throws java.lang.Exception
createFile:
- the class to write to the DTD.
java.lang.Exception
Method Detail |
---|
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 writeEntities(java.io.FileWriter writer) throws java.lang.Exception
writeEntities
in class WriteDTDElement
write:
- the writer to use.
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 |