XMT-O Reference Software

xmto2xmta
Class MapRoot

java.lang.Object
  |
  +--xmto2xmta.MapRoot
All Implemented Interfaces:
MapInterface
Direct Known Subclasses:
AniAnimationBaseElement, AugAugmentationElement, GrpGroupElement, GrpRegion, MedMediaElement, StrStructureElement, UseTexture, UseTimingElement, UseXmediaChildrenDefsElement, XchXmediaChildrenDefsElement, XchXmediaChildrenExternalElement, XmaXmtaMedia

public abstract class MapRoot
extends java.lang.Object
implements MapInterface

Class to determine resolve the timing for the XMT-O tree.

History:


Field Summary
static boolean debug_
          Whether debug information is to be printed to the console.
private  ConvertElement treeElement_
           
private  Xmto2Xmta xmto2xmta_
          Input structures
 
Constructor Summary
MapRoot()
           
 
Method Summary
 void fireErrorEvent(int errorLevel, int errorId, java.lang.String message)
           
 void fireErrorEvent(int errorLevel, int errorId, java.lang.String message, org.w3c.dom.Element xmtoElement)
           
 void fireErrorEvent(int errorLevel, int errorId, java.lang.String message, org.w3c.dom.Element xmtoElement, java.lang.String xmtoAttribute)
           
 ConvertElement getConvertElement()
           
 void init(Xmto2Xmta xmto2xmta, ConvertElement element)
           
static void setDebug(boolean debug)
          Enable debugging information to be printed to the console.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface xmto2xmta.MapInterface
doMapping
 

Field Detail

debug_

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

xmto2xmta_

private Xmto2Xmta xmto2xmta_
Input structures

treeElement_

private ConvertElement treeElement_
Constructor Detail

MapRoot

public MapRoot()
Method Detail

fireErrorEvent

public void fireErrorEvent(int errorLevel,
                           int errorId,
                           java.lang.String message)

fireErrorEvent

public void fireErrorEvent(int errorLevel,
                           int errorId,
                           java.lang.String message,
                           org.w3c.dom.Element xmtoElement)

fireErrorEvent

public void fireErrorEvent(int errorLevel,
                           int errorId,
                           java.lang.String message,
                           org.w3c.dom.Element xmtoElement,
                           java.lang.String xmtoAttribute)

getConvertElement

public ConvertElement getConvertElement()

init

public void init(Xmto2Xmta xmto2xmta,
                 ConvertElement element)
          throws java.lang.Exception
Specified by:
init in interface MapInterface

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