public class XmiClassDiagramStar extends java.lang.Object implements IXmiClassDiagram
Modifier and Type | Field and Description |
---|---|
protected ClassDiagram |
classDiagram |
protected org.w3c.dom.Document |
document |
protected java.util.Set<IEntity> |
done |
protected org.w3c.dom.Element |
ownedElement |
Constructor and Description |
---|
XmiClassDiagramStar(ClassDiagram classDiagram) |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Element |
createEntityNode(IEntity 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 org.w3c.dom.Element ownedElement
protected final java.util.Set<IEntity> 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 IXmiClassDiagram
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException
protected final org.w3c.dom.Element createEntityNode(IEntity entity)
Copyright © 2020. All Rights Reserved.