Package net.sourceforge.plantuml.xmi
Class XmiClassDiagramArgo
- java.lang.Object
-
- net.sourceforge.plantuml.xmi.XmiClassDiagramArgo
-
- All Implemented Interfaces:
IXmiClassDiagram
public class XmiClassDiagramArgo extends Object implements IXmiClassDiagram
-
-
Field Summary
Fields Modifier and Type Field Description protected ClassDiagram
classDiagram
protected Document
document
protected Set<IEntity>
done
protected Element
ownedElement
-
Constructor Summary
Constructors Constructor Description XmiClassDiagramArgo(ClassDiagram classDiagram)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Element
createEntityNode(IEntity entity)
protected String
forXMI(String s)
protected String
forXMI(Display s)
void
transformerXml(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.IXmiClassDiagram
transformerXml
-
-
-
-
Field Detail
-
classDiagram
protected final ClassDiagram classDiagram
-
document
protected final Document document
-
ownedElement
protected Element ownedElement
-
-
Constructor Detail
-
XmiClassDiagramArgo
public XmiClassDiagramArgo(ClassDiagram classDiagram) throws ParserConfigurationException
- Throws:
ParserConfigurationException
-
-
Method Detail
-
transformerXml
public final void transformerXml(OutputStream os) throws TransformerException, ParserConfigurationException
- Specified by:
transformerXml
in interfaceIXmiClassDiagram
- Throws:
TransformerException
ParserConfigurationException
-
-