Package | Description |
---|---|
broadcast |
This package contains classes implementing the generation and
synchronized dispatch of SiGML sequences over UDP to accompany a broadcast
TV transmission.
|
hnscnvt |
This package implements the processing of HamNoSys 4 sign data
in various input formats to give the corresponding HamNoSysML (HML)
and gestural SiGML representations.
|
sigmlgen |
This package imlements the generation of SiGML documents in various forms.
|
xml |
A collection of support classes for XML data handling.
|
Constructor and Description |
---|
SiGMLStreamHandler(java.lang.String inuri,
CleanerEntityResolver er,
SiGMLStreamNotify ntfy) |
Constructor and Description |
---|
HNSSignSAXHandler(CleanerEntityResolver er,
HamNameMap hnmap)
Constructs a new
<hns_sign> element handler, which uses
the given entity resolver and HNS name map. |
Modifier and Type | Class and Description |
---|---|
class |
SiGMLResolver
A SAX entity resolver for the standard SiGML DTDs,
that is, for the SiGML DTD, the HamNoSysML (HML) DTD,
and the SiGML-stream DTD.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlValidator.validate(java.io.File f,
CleanerEntityResolver er)
Attempts to validate the XML document in the given file,
using the given entity resolver if it is non-null.
|
void |
XmlValidator.validate(org.xml.sax.InputSource ins,
CleanerEntityResolver er)
Attempts to validate the XML document on the given input source,
using the given entity resolver if it is non-null.
|
void |
XmlValidator.validate(java.lang.String uri,
CleanerEntityResolver er)
Attempts to validate the XML document with the given URI,
using the given entity resolver if it is non-null.
|
Constructor and Description |
---|
BasicSAXHandler(CleanerEntityResolver er)
Constructs a new handler with the given entity resolver.
|
XMLChildElementsExtractor(java.lang.String xmldoc,
java.lang.String[] elnames,
boolean validate,
CleanerEntityResolver rslvr)
Constructs a new extractor for the given XML document text and
given set of element names, using a validating or non-validating
XML parser as specified, and using the given entity resolver.
|
XMLChildElementsExtractor(java.lang.String xmldoc,
java.lang.String[] elnames,
CleanerEntityResolver rslvr)
Constructs a new extractor for the given XML document text and
given set of element names, using a validating XML parser and
the given entity resolver.
|
XMLChildElementsExtractor(java.lang.String xmldoc,
java.lang.String elnm,
boolean validate,
CleanerEntityResolver rslvr)
Constructs a new extractor for the given XML document text and
the single given element name, using a validating or non-validating
XML parser as specified, and using the given entity resolver.
|
XMLChildElementsExtractor(java.lang.String xmldoc,
java.lang.String elnm,
CleanerEntityResolver rslvr)
Constructs a new extractor for the given XML document text and
the single given element name, using a validating XML parser,
and the given entity resolver.
|
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.
|