public class SiGMLStreamTransmitter extends XMLScanner implements SiGMLStreamNotify
XMLScanner.ScanException| Modifier and Type | Field and Description |
|---|---|
static int |
BS_PORT_BASE |
static long |
LEAD_MILLIS |
static java.lang.String |
TESTFILE |
static java.lang.String |
XMIT_PREFIX |
SAX_NAMESPACES, SAX_NS_PREFIXES, SAX_STRING_INTERN| Constructor and Description |
|---|
SiGMLStreamTransmitter(java.lang.String path) |
SiGMLStreamTransmitter(java.lang.String path,
int bsportbase) |
| Modifier and Type | Method and Description |
|---|---|
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() |
getSPXLineColText, getSPXLocationText, scanXML, scanXML, scanXMLTextpublic static final java.lang.String TESTFILE
public static final int BS_PORT_BASE
public static final long LEAD_MILLIS
public static final java.lang.String XMIT_PREFIX
public SiGMLStreamTransmitter(java.lang.String path)
throws java.io.IOException,
XMLScanner.ScanException
java.io.IOExceptionXMLScanner.ScanExceptionpublic SiGMLStreamTransmitter(java.lang.String path,
int bsportbase)
throws java.io.IOException,
XMLScanner.ScanException
java.io.IOExceptionXMLScanner.ScanExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException,
XMLScanner.ScanException
java.io.IOExceptionXMLScanner.ScanExceptionpublic void noteSiGMLStreamStart()
noteSiGMLStreamStart in interface SiGMLStreamNotifypublic void noteSiGMLStreamDone(long totalclk)
noteSiGMLStreamDone in interface SiGMLStreamNotifypublic void noteSiGMLSection(int lnPrev,
int colPrev,
int lnSSegStart,
int colSSegStart,
int lnSSegEnd,
int colSSegEnd,
long prsntclk)
noteSiGMLSection in interface SiGMLStreamNotify