org.apache.xerces.impl.dtd

Class XML11DTDValidator

Implemented Interfaces:
RevalidationHandler, org.apache.xerces.xni.parser.XMLComponent, org.apache.xerces.xni.parser.XMLDocumentFilter, org.apache.xerces.xni.XMLDocumentHandler, org.apache.xerces.xni.parser.XMLDocumentSource, XMLDTDValidatorFilter
Known Direct Subclasses:
XML11NSDTDValidator

public class XML11DTDValidator
extends XMLDTDValidator

This allows the validator to correctlyhandle XML 1.1 documents.
Version:
$Id: XML11DTDValidator.java 320090 2004-10-04 22:00:42Z mrglavas $
Author:
Neil Graham

Field Summary

protected static String
DTD_VALIDATOR_PROPERTY

Fields inherited from class org.apache.xerces.impl.dtd.XMLDTDValidator

BALANCE_SYNTAX_TREES, DATATYPE_VALIDATOR_FACTORY, DYNAMIC_VALIDATION, ERROR_REPORTER, GRAMMAR_POOL, NAMESPACES, PARSER_SETTINGS, SYMBOL_TABLE, VALIDATION, VALIDATION_MANAGER, WARN_ON_DUPLICATE_ATTDEF, fBalanceSyntaxTrees, fDTDGrammar, fDTDValidation, fDatatypeValidatorFactory, fDocLocation, fDocumentHandler, fDocumentSource, fDynamicValidation, fErrorReporter, fGrammarBucket, fGrammarPool, fNamespaceContext, fNamespaces, fSeenDoctypeDecl, fSymbolTable, fValENTITIES, fValENTITY, fValID, fValIDRef, fValIDRefs, fValNMTOKEN, fValNMTOKENS, fValNOTATION, fValidation, fValidationManager, fValidationState, fWarnDuplicateAttdef

Constructor Summary

XML11DTDValidator()
Default constructor.

Method Summary

protected void
init()
initialization
void
reset(org.apache.xerces.xni.parser.XMLComponentManager manager)

Methods inherited from class org.apache.xerces.impl.dtd.XMLDTDValidator

addDTDDefaultAttrsAndValidate, characterData, characters, comment, doctypeDecl, emptyElement, endCDATA, endDocument, endElement, endGeneralEntity, endNamespaceScope, getDocumentHandler, getDocumentSource, getExternalEntityRefInAttrValue, getFeatureDefault, getPropertyDefault, getRecognizedFeatures, getRecognizedProperties, handleEndElement, handleStartElement, hasGrammar, ignorableWhitespace, init, invalidStandaloneAttDef, isSpace, processingInstruction, reset, setDocumentHandler, setDocumentSource, setFeature, setProperty, startCDATA, startDocument, startElement, startGeneralEntity, startNamespaceScope, textDecl, validate, validateDTDattribute, xmlDecl

Field Details

DTD_VALIDATOR_PROPERTY

protected static final String DTD_VALIDATOR_PROPERTY

Constructor Details

XML11DTDValidator

public XML11DTDValidator()
Default constructor.

Method Details

init

protected void init()
initialization
Overrides:
init in interface XMLDTDValidator

reset

public void reset(org.apache.xerces.xni.parser.XMLComponentManager manager)
Specified by:
reset in interface org.apache.xerces.xni.parser.XMLComponent
Overrides:
reset in interface XMLDTDValidator

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.