|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_dtd.WriteDTDElement
public abstract class WriteDTDElement
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 |
WriteDTDElement(CreateFile createFile)
Description: Constructor for the DTD file generator. |
Method Summary | |
---|---|
protected abstract void |
createXMLStrings()
Description: Creates the different entities, elements and attlists for the class. |
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 |
Constructor Detail |
---|
protected WriteDTDElement(CreateFile createFile) throws java.lang.Exception
createFile:
- the class to write to the DTD.
java.lang.Exception
Method Detail |
---|
protected abstract void createXMLStrings() throws java.lang.Exception
packageOrdering:
- the XML configuration element for package ordering information.
java.lang.Exception
protected void writeEntities(java.io.FileWriter writer) throws java.lang.Exception
write:
- the writer to use.
java.lang.Exception
protected void writeBody(java.io.FileWriter writer) throws java.lang.Exception
write:
- the writer to use.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |