public class ResultContext extends Object
NamespaceName
of the target's dtd element definitions.Modifier and Type | Field and Description |
---|---|
static String |
name_sax_parse_method |
static ResultContext |
textOnly |
Modifier and Type | Method and Description |
---|---|
void |
dumpToContentHandler(TypedSubstantial corpus,
ContentHandler ch)
Calls the Dump-method of the target tdom implementation via reflection and
pipes all SAX events into the ContentHandler.
|
XMLDocumentIdentifier |
get_resultDtdDocId() |
static ResultContext |
newInstance(String tdom_package_name,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg)
Extracts all the data required for parsing and stores them into
public read-only fields.
|
public static final String name_sax_parse_method
public static final ResultContext textOnly
public XMLDocumentIdentifier get_resultDtdDocId()
public static ResultContext newInstance(String tdom_package_name, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg)
pathMap
, the relations for Fragmented Validation.
Returns null in case of error, so that calling level can continue batch
processing with alternatives.public void dumpToContentHandler(TypedSubstantial corpus, ContentHandler ch)
see also the complete user documentation .