XMT-O Reference Software

xmto2xmta.mapgroup
Class GrpBody

java.lang.Object
  |
  +--xmto2xmta.MapRoot
        |
        +--xmto2xmta.mapgroup.GrpGroupElement
              |
              +--xmto2xmta.mapgroup.GrpBody
All Implemented Interfaces:
MapInterface

public class GrpBody
extends GrpGroupElement

Class to handle the conversion of the body element.

History:


Field Summary
private static boolean debug_
          Whether debug information is to be printed to the console.
 
Fields inherited from class xmto2xmta.MapRoot
treeElement_, xmto2xmta_
 
Constructor Summary
GrpBody()
           
 
Method Summary
 void doMapping()
          Method to do the xmta mapping for the body.
static void setDebug(boolean debug)
          Enable debugging information to be printed to the console.
 
Methods inherited from class xmto2xmta.MapRoot
fireErrorEvent, fireErrorEvent, fireErrorEvent, getConvertElement, init
 
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

GrpBody

public GrpBody()
Method Detail

doMapping

public void doMapping()
Method to do the xmta mapping for the body. Don't do anything in this method because the structure of the body is created in the XMT-O structure construction.

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