no.sintef.umt
Class XmiLightTransformer

java.lang.Object
  extended byno.sintef.umt.XmiLightTransformer

public final class XmiLightTransformer
extends java.lang.Object

Helper class to transform XMI to XMI-Light.

Author:
Fredrik Vraalsen

Method Summary
static XmiLightTransformer getTransformer()
          Get the XMI -> XMI-Light Transformer instance.
 org.w3c.dom.Node getXmiLight(org.w3c.dom.Node xmi)
          Transform an XMI Document into XMI-Light.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTransformer

public static XmiLightTransformer getTransformer()
Get the XMI -> XMI-Light Transformer instance.

Returns:
the XMI -> XMI-Light Transformer, or null if unable to create

getXmiLight

public org.w3c.dom.Node getXmiLight(org.w3c.dom.Node xmi)
Transform an XMI Document into XMI-Light.

Parameters:
xmi - the XMI Document to transform
Returns:
the XMI-Light


Copyright © 2003-2005 SINTEF. All Rights Reserved.