com.livis.livingtalks.xml
Class Overview

java.lang.Object
  |
  +--com.livis.livingtalks.xml.XMLOutput
        |
        +--com.livis.livingtalks.xml.Overview

public class Overview
extends XMLOutput


Field Summary
static int CELLRASTER
           
 
Fields inherited from class com.livis.livingtalks.xml.XMLOutput
contextSpecs, fromSpec, mgr, printTalkAbstract, printTalkPitem, printTalkType
 
Constructor Summary
Overview(java.lang.String fromSpec, java.lang.String[] contextSpecs)
           
 
Method Summary
 void print(java.io.PrintWriter out, com.livis.flabes.util.Indenter indenter)
           
 
Methods inherited from class com.livis.livingtalks.xml.XMLOutput
, appendAuthor, appendAuthors, appendBlocks, appendBlocks, appendTalks, appendType, isPrintHeader, print, printContainer, printTracks, printTracks, relativeURLSpec, setPrintHeader, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CELLRASTER

public static final int CELLRASTER
Constructor Detail

Overview

public Overview(java.lang.String fromSpec,
                java.lang.String[] contextSpecs)
Method Detail

print

public void print(java.io.PrintWriter out,
                  com.livis.flabes.util.Indenter indenter)
           throws java.lang.Exception