XMT-O Reference Software

xmto2xmta.mapuse
Class UseOutline

java.lang.Object
  |
  +--xmto2xmta.MapRoot
        |
        +--xmto2xmta.mapuse.UseXmediaChildrenDefsElement
              |
              +--xmto2xmta.mapuse.UseOutline
All Implemented Interfaces:
MapInterface

public class UseOutline
extends UseXmediaChildrenDefsElement

Class to handle the conversion of the material element.

History:


Field Summary
private static boolean debug_
          Whether debug information is to be printed to the console.
 
Fields inherited from class xmto2xmta.mapuse.UseXmediaChildrenDefsElement
treeUse_, xmto2XmtaRes_
 
Fields inherited from class xmto2xmta.MapRoot
treeElement_, xmto2xmta_
 
Constructor Summary
UseOutline()
           
 
Method Summary
protected  java.lang.String getElementName()
          return the name of element which needs to be created.
protected  java.lang.String getReplaceAtFieldAttr()
          Get the XMTA field id in which the xMediaChild should be placed into.
protected  java.lang.String getReplaceAtNodeAttr(ELASid elasId)
          Get the XMTA node id in which the xMediaChild should be placed into.
static void setDebug(boolean debug)
          Enable debugging information to be printed to the console.
 
Methods inherited from class xmto2xmta.mapuse.UseXmediaChildrenDefsElement
createInsertMapping, doMapping, doTimingMapping, init
 
Methods inherited from class xmto2xmta.MapRoot
fireErrorEvent, fireErrorEvent, fireErrorEvent, getConvertElement
 
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

UseOutline

public UseOutline()
Method Detail

getElementName

protected java.lang.String getElementName()
return the name of element which needs to be created.
Overrides:
getElementName in class UseXmediaChildrenDefsElement

getReplaceAtFieldAttr

protected java.lang.String getReplaceAtFieldAttr()
Get the XMTA field id in which the xMediaChild should be placed into.
Overrides:
getReplaceAtFieldAttr in class UseXmediaChildrenDefsElement

getReplaceAtNodeAttr

protected java.lang.String getReplaceAtNodeAttr(ELASid elasId)
Get the XMTA node id in which the xMediaChild should be placed into.
Overrides:
getReplaceAtNodeAttr in class UseXmediaChildrenDefsElement

setDebug

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

XMT-O Reference Software