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, scanXMLText
public 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.IOException
XMLScanner.ScanException
public SiGMLStreamTransmitter(java.lang.String path, int bsportbase) throws java.io.IOException, XMLScanner.ScanException
java.io.IOException
XMLScanner.ScanException
public static void main(java.lang.String[] args) throws java.io.IOException, XMLScanner.ScanException
java.io.IOException
XMLScanner.ScanException
public void noteSiGMLStreamStart()
noteSiGMLStreamStart
in interface SiGMLStreamNotify
public void noteSiGMLStreamDone(long totalclk)
noteSiGMLStreamDone
in interface SiGMLStreamNotify
public void noteSiGMLSection(int lnPrev, int colPrev, int lnSSegStart, int colSSegStart, int lnSSegEnd, int colSSegEnd, long prsntclk)
noteSiGMLSection
in interface SiGMLStreamNotify