| Constructor and Description |
|---|
CombineValidator(Validator v1,
Validator v2) |
| Modifier and Type | Method and Description |
|---|---|
ContentHandler |
getContentHandler()
Returns the ContentHandler that will receive the XML document.
|
DTDHandler |
getDTDHandler()
Returns a DTDHandler.
|
void |
reset()
Cleans up after validating a document.
|
public void reset()
Validatorreset must be called. After calling
reset(), another document may be validated. Calling this method
may create new ContentHandler and DTDHandler objects or may simply
reinitialize the state of the existing objects.public ContentHandler getContentHandler()
Validatorreset is called.getContentHandler in interface ValidatornullValidator.reset()public DTDHandler getDTDHandler()
Validatornull
is returned. The same object will always be returned unless
reset is called: this method does not change the state
of the Validator.getDTDHandler in interface Validatornull if DTD information is
not significant to the Validator