Top Description Methods
com.sun.org.apache.xerces.internal.impl.dtd

public Interface XMLDTDValidatorFilter

extends XMLDocumentFilter
Known Direct Implementers
com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator
Imports
com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentFilter

Defines a DTD Validator filter to allow components to query the DTD validator.
Author
Elena Litani, IBM

Method Summary

Modifier and TypeMethod and Description
public boolean

Returns:

true if the validator has a DTD grammar
hasGrammar
()

Returns true if the validator has a DTD grammar

public boolean

Returns:

true if validator must validate the document
validate
()

Return true if validator must validate the document

Method Detail

hasGrammarback to summary
public boolean hasGrammar()

Returns true if the validator has a DTD grammar

Returns:boolean

true if the validator has a DTD grammar

validateback to summary
public boolean validate()

Return true if validator must validate the document

Returns:boolean

true if validator must validate the document