Package net.sourceforge.plantuml.xmi
Class XmiClassDiagramScript
java.lang.Object
net.sourceforge.plantuml.xmi.XmiClassDiagramScript
- All Implemented Interfaces:
XmlDiagramTransformer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ClassDiagram
protected final Document
protected final Element
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final Element
createElementPackage
(Entity group) protected final Element
createEntityNode
(Entity entity) protected final String
protected final String
final void
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 Details
-
members
-
classDiagram
-
document
-
ownedElementRoot
-
done
-
-
Constructor Details
-
XmiClassDiagramScript
- Throws:
ParserConfigurationException
-
-
Method Details
-
createElementPackage
-
forXMI
-
forXMI
-
transformerXml
public final void transformerXml(OutputStream os) throws TransformerException, ParserConfigurationException - Specified by:
transformerXml
in interfaceXmlDiagramTransformer
- Throws:
TransformerException
ParserConfigurationException
-
createEntityNode
-