Package net.sourceforge.plantuml.xmi
Class XmiClassDiagramStar
- java.lang.Object
-
- net.sourceforge.plantuml.xmi.XmiClassDiagramStar
-
- All Implemented Interfaces:
XmlDiagramTransformer
public class XmiClassDiagramStar extends java.lang.Object implements XmlDiagramTransformer
-
-
Field Summary
Fields Modifier and Type Field Description protected ClassDiagramclassDiagramprotected org.w3c.dom.Documentdocumentprotected java.util.Set<Entity>doneprotected org.w3c.dom.ElementownedElementRoot
-
Constructor Summary
Constructors Constructor Description XmiClassDiagramStar(ClassDiagram classDiagram)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.w3c.dom.ElementcreateEntityNode(Entity entity)protected java.lang.StringforXMI(java.lang.String s)protected java.lang.StringforXMI(Display s)voidtransformerXml(java.io.OutputStream os)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.xmi.XmlDiagramTransformer
transformerXml
-
-
-
-
Field Detail
-
classDiagram
protected final ClassDiagram classDiagram
-
document
protected final org.w3c.dom.Document document
-
ownedElementRoot
protected final org.w3c.dom.Element ownedElementRoot
-
done
protected final java.util.Set<Entity> done
-
-
Constructor Detail
-
XmiClassDiagramStar
public XmiClassDiagramStar(ClassDiagram classDiagram) throws javax.xml.parsers.ParserConfigurationException
- Throws:
javax.xml.parsers.ParserConfigurationException
-
-
Method Detail
-
forXMI
protected final java.lang.String forXMI(java.lang.String s)
-
forXMI
protected final java.lang.String forXMI(Display s)
-
transformerXml
public final void transformerXml(java.io.OutputStream os) throws javax.xml.transform.TransformerException, javax.xml.parsers.ParserConfigurationException- Specified by:
transformerXmlin interfaceXmlDiagramTransformer- Throws:
javax.xml.transform.TransformerExceptionjavax.xml.parsers.ParserConfigurationException
-
createEntityNode
protected final org.w3c.dom.Element createEntityNode(Entity entity)
-
-