|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcds.savot.writer.WriteDocument
Titre : WriteDocument
Description : VOTable document generation from memory
Copyright : Copyright (c) 2003-2003
Société : CDS
| Constructor Summary | |
WriteDocument()
|
|
| Method Summary | |
void |
enableEntities(boolean entities)
Enable or disable entities mapping |
static java.lang.String |
encode(java.lang.String src)
Encode special characters to entities |
void |
generateDocument(SavotVOTable votable)
Generates a VOTable XML document corresponding to the internal model The result is sent to the standard output |
void |
generateDocument(SavotVOTable votable,
java.io.OutputStream stream)
Generates a VOTable XML document corresponding to the internal model |
void |
generateDocument(SavotVOTable votable,
java.lang.String file)
Generates a VOTable XML document corresponding to the internal model |
void |
generateDocument(SavotVOTable votable,
java.lang.String file,
java.io.OutputStream stream)
Generates a VOTable XML document corresponding to the internal model |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WriteDocument()
| Method Detail |
public void enableEntities(boolean entities)
entities - true if entities are taken into accountpublic static java.lang.String encode(java.lang.String src)
src -
public void generateDocument(SavotVOTable votable)
votable - object corresponding to the savot internal model
public void generateDocument(SavotVOTable votable,
java.io.OutputStream stream)
votable - object corresponding to the savot internal modelstream - the result is sent to this stream
public void generateDocument(SavotVOTable votable,
java.lang.String file)
votable - object corresponding to the savot internal modelfile - is sent to this file
public void generateDocument(SavotVOTable votable,
java.lang.String file,
java.io.OutputStream stream)
votable -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||