Package net.sourceforge.plantuml.xmi
Class XmiClassDiagramStar
java.lang.Object
net.sourceforge.plantuml.xmi.XmiClassDiagramStar
- All Implemented Interfaces:
IXmiClassDiagram
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ClassDiagramprotected final Documentprotected Element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ElementcreateEntityNode(IEntity entity) protected final Stringprotected final Stringfinal voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.xmi.IXmiClassDiagram
transformerXml
-
Field Details
-
classDiagram
-
document
-
ownedElement
-
done
-
-
Constructor Details
-
XmiClassDiagramStar
- Throws:
ParserConfigurationException
-
-
Method Details
-
forXMI
-
forXMI
-
transformerXml
public final void transformerXml(OutputStream os) throws TransformerException, ParserConfigurationException - Specified by:
transformerXmlin interfaceIXmiClassDiagram- Throws:
TransformerExceptionParserConfigurationException
-
createEntityNode
-