public interface

XMLDTDValidatorFilter

implements XMLDocumentFilter
org.apache.xerces.impl.dtd.XMLDTDValidatorFilter
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract boolean hasGrammar()
Returns true if the validator has a DTD grammar
abstract boolean validate()
Return true if validator must validate the document
[Expand]
Inherited Methods
From interface org.apache.xerces.xni.XMLDocumentHandler
From interface org.apache.xerces.xni.parser.XMLDocumentSource

Public Methods

public abstract boolean hasGrammar ()

Returns true if the validator has a DTD grammar

Returns
  • true if the validator has a DTD grammar

public abstract boolean validate ()

Return true if validator must validate the document

Returns
  • true if validator must validate the document