Package net.sourceforge.plantuml.xmi
Class XmiDescriptionDiagramAbstract
java.lang.Object
net.sourceforge.plantuml.xmi.XmiDescriptionDiagramAbstract
- All Implemented Interfaces:
XmlDiagramTransformer
- Direct Known Subclasses:
XmiDescriptionDiagramScript
,XmiDescriptionDiagramStandard
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DescriptionDiagram
protected final Document
protected final Element
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addElement
(Entity tobeAdded, Element container) protected abstract void
protected Element
createEntityNode
(Entity entity) static String
static String
void
-
Field Details
-
diagram
-
document
-
ownedElement
-
-
Constructor Details
-
XmiDescriptionDiagramAbstract
public XmiDescriptionDiagramAbstract(DescriptionDiagram diagram) throws ParserConfigurationException - Throws:
ParserConfigurationException
-
-
Method Details
-
addElement
-
addLink
-
createEntityNode
-
transformerXml
public void transformerXml(OutputStream os) throws TransformerException, ParserConfigurationException - Specified by:
transformerXml
in interfaceXmlDiagramTransformer
- Throws:
TransformerException
ParserConfigurationException
-
forXMI
-
forXMI
-