|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.sintef.umt.XmiReader
Reads XMI from XML or zuml/zargo files (Poseidon/ArgoUML).
Method Summary | |
static org.w3c.dom.Document |
getZumlZargoXmi(java.io.InputStream is)
|
static org.w3c.dom.Document |
readXmi(java.io.File srcFile)
Reads XMI from XML or zuml/zargo files (Poseidon/ArgoUML) and return as XML Document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static org.w3c.dom.Document readXmi(java.io.File srcFile) throws no.sintef.xml.XmlException, java.io.IOException
srcFile
- the file to read from
no.sintef.xml.XmlException
- if error parsing XMI
java.io.IOException
- if IO error occurs, or zargo/zuml file does not contain XMIpublic static org.w3c.dom.Document getZumlZargoXmi(java.io.InputStream is) throws no.sintef.xml.XmlException, java.io.IOException
no.sintef.xml.XmlException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |