public class XmiClassDiagramStar extends java.lang.Object implements XmlDiagramTransformer
Modifier and Type | Field and Description |
---|---|
protected ClassDiagram |
classDiagram |
protected org.w3c.dom.Document |
document |
protected java.util.Set<Entity> |
done |
protected org.w3c.dom.Element |
ownedElementRoot |
Constructor and Description |
---|
XmiClassDiagramStar(ClassDiagram classDiagram) |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Element |
createEntityNode(Entity entity) |
protected java.lang.String |
forXMI(Display s) |
protected java.lang.String |
forXMI(java.lang.String s) |
void |
transformerXml(java.io.OutputStream os) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
transformerXml
protected final ClassDiagram classDiagram
protected final org.w3c.dom.Document document
protected final org.w3c.dom.Element ownedElementRoot
protected final java.util.Set<Entity> done
public XmiClassDiagramStar(ClassDiagram classDiagram) throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException
protected final java.lang.String forXMI(java.lang.String s)
protected final java.lang.String forXMI(Display s)
public final void transformerXml(java.io.OutputStream os) throws javax.xml.transform.TransformerException, javax.xml.parsers.ParserConfigurationException
transformerXml
in interface XmlDiagramTransformer
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException
protected final org.w3c.dom.Element createEntityNode(Entity entity)