Interface XMLDTDValidatorFilter
-
- All Superinterfaces:
XMLDocumentFilter
,XMLDocumentHandler
,XMLDocumentSource
- All Known Implementing Classes:
XML11DTDValidator
,XML11NSDTDValidator
,XMLDTDValidator
,XMLNSDTDValidator
public interface XMLDTDValidatorFilter extends XMLDocumentFilter
Defines a DTD Validator filter to allow components to query the DTD validator.- Version:
- $Id$
- Author:
- Elena Litani, IBM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasGrammar()
Returns true if the validator has a DTD grammarboolean
validate()
Return true if validator must validate the document-
Methods inherited from interface org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.XMLDocumentHandler
characters, comment, doctypeDecl, emptyElement, endCDATA, endDocument, endElement, endGeneralEntity, getDocumentSource, ignorableWhitespace, processingInstruction, setDocumentSource, startCDATA, startDocument, startElement, startGeneralEntity, textDecl, xmlDecl
-
Methods inherited from interface org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLDocumentSource
getDocumentHandler, setDocumentHandler
-
-