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:
- 13 Dec 2000 - Created file.
Field Summary |
private static boolean |
debug_
Whether debug information is to be printed to the console. |
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 |
debug_
private static boolean debug_
- Whether debug information is to be printed to the console.
default is not have debug information printed (false).
MedXmediaChildrenElement
public MedXmediaChildrenElement()
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.