net.sourceforge.plantuml.xmi
Class XmiClassDiagramStar

java.lang.Object
  extended by net.sourceforge.plantuml.xmi.XmiClassDiagramStar
All Implemented Interfaces:
IXmiClassDiagram

public class XmiClassDiagramStar
extends Object
implements IXmiClassDiagram


Constructor Summary
XmiClassDiagramStar(ClassDiagram classDiagram)
           
 
Method Summary
static String forXMI(Display s)
           
static String forXMI(String s)
           
 void transformerXml(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmiClassDiagramStar

public XmiClassDiagramStar(ClassDiagram classDiagram)
                    throws ParserConfigurationException
Throws:
ParserConfigurationException
Method Detail

forXMI

public static String forXMI(String s)

forXMI

public static String forXMI(Display s)

transformerXml

public void transformerXml(OutputStream os)
                    throws TransformerException,
                           ParserConfigurationException
Specified by:
transformerXml in interface IXmiClassDiagram
Throws:
TransformerException
ParserConfigurationException


Copyright © 2013. All Rights Reserved.