|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CleanerEntityResolver | |
---|---|
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. |
Uses of CleanerEntityResolver in broadcast |
---|
Constructors in broadcast with parameters of type CleanerEntityResolver | |
---|---|
SiGMLStreamHandler(java.lang.String inuri,
CleanerEntityResolver er,
SiGMLStreamNotify ntfy)
|
Uses of CleanerEntityResolver in hnscnvt |
---|
Constructors in hnscnvt with parameters of type CleanerEntityResolver | |
---|---|
HNSSignSAXHandler(CleanerEntityResolver er,
HamNameMap hnmap)
Constructs a new <hns_sign> element handler, which uses
the given entity resolver and HNS name map. |
Uses of CleanerEntityResolver in sigmlgen |
---|
Classes in sigmlgen that implement CleanerEntityResolver | |
---|---|
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. |
Uses of CleanerEntityResolver in xml |
---|
Methods in xml with parameters of type CleanerEntityResolver | |
---|---|
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. |
Constructors in xml with parameters of type CleanerEntityResolver | |
---|---|
BasicSAXHandler(java.lang.String xmlkindtag,
CleanerEntityResolver er)
Constructs a new SAX handler, with the given input kind tag and 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. |
|
XMLElementSeqExtractor(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. |
|
XMLElementSeqExtractor(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. |
|
XMLElementSeqExtractor(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. |
|
XMLElementSeqExtractor(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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |