XMT-O Reference Software

xmto2xmta.mapmedia
Class MedXmediaChildrenElement

java.lang.Object
  |
  +--xmto2xmta.mapmedia.MedXmediaChildrenElement
Direct Known Subclasses:
MedTransformation

public abstract class MedXmediaChildrenElement
extends java.lang.Object

Class to group together the standard children elements of the xMedia elements. This will group together the conversion of theis type of elements.

History:


Field Summary
private static boolean debug_
          Whether debug information is to be printed to the console.
 
Constructor Summary
MedXmediaChildrenElement()
           
 
Method Summary
static void setDebug(boolean debug)
          Enable debugging information to be printed to the console.
 void setTransformation(ConvertElement treeConvertElement, org.w3c.dom.Element switchElement, org.w3c.dom.Element transform2D, org.w3c.dom.Element insertAtField)
          Create the material infrastructure.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

debug_

private static boolean debug_
Whether debug information is to be printed to the console. default is not have debug information printed (false).
Constructor Detail

MedXmediaChildrenElement

public MedXmediaChildrenElement()
Method Detail

setDebug

public static void setDebug(boolean debug)
Enable debugging information to be printed to the console.
Parameters:
debug - sets debug information is printed

setTransformation

public void setTransformation(ConvertElement treeConvertElement,
                              org.w3c.dom.Element switchElement,
                              org.w3c.dom.Element transform2D,
                              org.w3c.dom.Element insertAtField)
Create the material infrastructure.

XMT-O Reference Software