org.argouml.model.uml
Class XmiWriter
java.lang.Object
org.argouml.model.uml.XmiWriter
- public class XmiWriter
- extends Object
A wrapper around the genuine XmiReader that provides public
access with no knowledge of actual UML implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Logger LOG
xmiWriter
private ru.novosoft.uml.xmi.XMIWriter xmiWriter
XmiWriter
public XmiWriter(Object model,
Writer writer)
throws SAXException
- Constructor for XMIReader.
- Parameters:
model
- the UML modelwriter
- the writer
- Throws:
SAXException
- when there is a XML problem
write
public void write()
throws SAXException
- Write XMI to registered writer
- Throws:
SAXException
- if it goes wrong
logNotContainedElements
private void logNotContainedElements()