broadcast
Class SiGMLStreamTransmitter

java.lang.Object
  extended by xml.XMLScanner
      extended by broadcast.SiGMLStreamTransmitter
All Implemented Interfaces:
SiGMLStreamNotify

public class SiGMLStreamTransmitter
extends XMLScanner
implements SiGMLStreamNotify


Field Summary
static int BS_PORT_BASE
           
static long LEAD_MILLIS
           
static java.lang.String TESTFILE
           
static java.lang.String XMIT_PREFIX
           
 
Fields inherited from class xml.XMLScanner
SAX_NAMESPACES, SAX_NS_PREFIXES, SAX_STRING_INTERN
 
Constructor Summary
SiGMLStreamTransmitter(java.lang.String path)
           
SiGMLStreamTransmitter(java.lang.String path, int bsportbase)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void noteSiGMLSection(int lnPrev, int colPrev, int lnSSegStart, int colSSegStart, int lnSSegEnd, int colSSegEnd, long prsntclk)
           
 void noteSiGMLStreamDone(long totalclk)
           
 void noteSiGMLStreamStart()
           
 
Methods inherited from class xml.XMLScanner
scanXML, scanXMLText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TESTFILE

public static final java.lang.String TESTFILE
See Also:
Constant Field Values

BS_PORT_BASE

public static final int BS_PORT_BASE

LEAD_MILLIS

public static final long LEAD_MILLIS
See Also:
Constant Field Values

XMIT_PREFIX

public static final java.lang.String XMIT_PREFIX
See Also:
Constant Field Values
Constructor Detail

SiGMLStreamTransmitter

public SiGMLStreamTransmitter(java.lang.String path)
                       throws java.io.IOException
Throws:
java.io.IOException

SiGMLStreamTransmitter

public SiGMLStreamTransmitter(java.lang.String path,
                              int bsportbase)
                       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException

noteSiGMLStreamStart

public void noteSiGMLStreamStart()
Specified by:
noteSiGMLStreamStart in interface SiGMLStreamNotify

noteSiGMLStreamDone

public void noteSiGMLStreamDone(long totalclk)
Specified by:
noteSiGMLStreamDone in interface SiGMLStreamNotify

noteSiGMLSection

public void noteSiGMLSection(int lnPrev,
                             int colPrev,
                             int lnSSegStart,
                             int colSSegStart,
                             int lnSSegEnd,
                             int colSSegEnd,
                             long prsntclk)
Specified by:
noteSiGMLSection in interface SiGMLStreamNotify