Package | Description |
---|---|
broadcast |
This package contains classes implementing the generation and
synchronized dispatch of SiGML sequences over UDP to accompany a broadcast
TV transmission.
|
xml |
A collection of support classes for XML data handling.
|
Modifier and Type | Method and Description |
---|---|
static void |
SiGMLStreamTransmitter.main(java.lang.String[] args) |
Constructor and Description |
---|
SiGMLStreamTransmitter(java.lang.String path) |
SiGMLStreamTransmitter(java.lang.String path,
int bsportbase) |
Modifier and Type | Method and Description |
---|---|
void |
XMLScanner.scanXML(org.xml.sax.InputSource insrc,
org.xml.sax.helpers.DefaultHandler hndlr)
Parses the given source XML document, feeding SAX parse events
to the given handler.
|
void |
XMLScanner.scanXML(java.lang.String inuri,
org.xml.sax.helpers.DefaultHandler hndlr)
Parses the source XML document with the given URI, feeding SAX parse
events to the given handler.
|
void |
XMLScanner.scanXMLText(java.lang.String txt,
org.xml.sax.helpers.DefaultHandler hndlr)
Parses the given XML document text, feeding SAX parse events
to the given handler.
|
Constructor and Description |
---|
XMLScanner(java.lang.String intag)
Constructs a new validating scanner with the given idenfification tag.
|
XMLScanner(java.lang.String intag,
boolean validate)
Constructs a new scanner with the given idenfification tag,
performing XML validataion or not, as specified.
|
XMLStringSAXHandler(java.lang.String xmlkindtag,
CleanerEntityResolver cer,
java.lang.String xml)
Constructs a new handler, with a non-validating parser, for the
given XML document text, with the given XML kind tag for use in
error reporting, and using the given entity resolver during parsing.
|
XMLStringSAXHandler(java.lang.String xmlkindtag,
CleanerEntityResolver cer,
java.lang.String xml,
boolean validate)
Constructs a new handler for the given XML document
text, with the given XML kind tag for use in error reporting,
using the given entity resolver during parsing, and
using the given flag to determine whether or not the handler should
use a validating parser.
|
XMLStringSAXHandler(java.lang.String xmlkindtag,
java.lang.String xml)
Constructs a new handler, with a non-validating parser, for the
given XML document text, with the given XML kind tag for use in
error reporting.
|
XMLStringSAXHandler(java.lang.String xmlkindtag,
java.lang.String xml,
boolean validate)
Constructs a new handler for the given XML document
text, with the given XML kind tag for use in error reporting, and
using the given flag to determine whether or not the handler should
use a validating parser.
|