|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.swfm.mica.model.MiModelEntity
com.swfm.mica.xml.MiModelIOXMLSax2FormatManager
| Field Summary |
| Constructor Summary | |
MiModelIOXMLSax2FormatManager(boolean validateXML)
Constructs a new MiModelIOXMLSax2FormatManager. |
|
| Method Summary | |
MiiModelDocument |
load(java.io.InputStream inputStream,
java.lang.String streamName)
Creates, loads contents (the entities of type MiModelEntity) of, and returns a new MiiModelDocument from the given Stream. |
void |
save(MiiModelEntity document,
java.io.OutputStream outputStream,
java.lang.String header)
Saves the contents (the entities of type MiModelEntity) of the given document to the given Stream. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MiModelIOXMLSax2FormatManager(boolean validateXML)
validateXML - true if the parser should
validate the XML against a DTD| Method Detail |
public MiiModelDocument load(java.io.InputStream inputStream,
java.lang.String streamName)
load in interface MiiModelIOFormatManagerinputStream - the source of the data from which
the document contents will be
built.streamName - The name of the stream to be used
for error messages
IOException
public void save(MiiModelEntity document,
java.io.OutputStream outputStream,
java.lang.String header)
save in interface MiiModelIOFormatManagerdocument - The document to saveoutputStream - the destination of the data built
from the document contents.header - The first line output that identifies
the format of the data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||