|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectmascoptLib.io.graph.MGLWriter
MGLWriter
| Field Summary | |
static String |
DTD
The DTD for this document. |
static String |
relaxNG
The Relax NG Schema for this document. |
static String |
relaxNGVersionAttribute
The Relax NG Schema for this document. |
static String |
rootElementForXMLFile
Root element for the XML file. |
String |
SYSTEM
System. |
| Constructor Summary | |
MGLWriter(OutputStream os)
Creates a writer with a stream. |
|
MGLWriter(String file)
Creates a writer with a filename. |
|
| Method Summary | |
void |
add(MascoptObject object)
Add an object to write in the Writer. |
void |
write()
Writes the file. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static String rootElementForXMLFile
public String SYSTEM
public static String DTD
public static String relaxNG
public static String relaxNGVersionAttribute
| Constructor Detail |
public MGLWriter(String file)
throws FileNotFoundException
file - the filename where to write.public MGLWriter(OutputStream os)
os - the stream where to write.| Method Detail |
public void add(MascoptObject object)
add in interface WriterInterfaceobject - public void write()
write in interface WriterInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||