org.apache.xerces.impl.dtd

Interface XMLDTDValidatorFilter

public interface XMLDTDValidatorFilter extends XMLDocumentFilter

Defines a DTD Validator filter to allow components to query the DTD validator.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Id: XMLDTDValidatorFilter.java,v 1.4 2004/10/04 21:57:30 mrglavas Exp $

Author: Elena Litani, IBM

Method Summary
booleanhasGrammar()
Returns true if the validator has a DTD grammar
booleanvalidate()
Return true if validator must validate the document

Method Detail

hasGrammar

public boolean hasGrammar()
Returns true if the validator has a DTD grammar

Returns: true if the validator has a DTD grammar

validate

public boolean validate()
Return true if validator must validate the document

Returns: true if validator must validate the document

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.