org.apache.xerces.impl.dtd
Class XML11DTDValidator
java.lang.Object
org.apache.xerces.impl.dtd.XMLDTDValidator
org.apache.xerces.impl.dtd.XML11DTDValidator
- All Implemented Interfaces:
- XMLDTDValidatorFilter, RevalidationHandler, XMLComponent, XMLDocumentFilter, XMLDocumentSource, XMLDocumentHandler
- Direct Known Subclasses:
- XML11NSDTDValidator
public class XML11DTDValidator
- extends XMLDTDValidator
This allows the validator to correctlyhandle XML 1.1
documents.
- Version:
- $Id: XML11DTDValidator.java 446755 2006-09-15 21:56:27Z mrglavas $
- Author:
- Neil Graham
Fields inherited from class org.apache.xerces.impl.dtd.XMLDTDValidator |
BALANCE_SYNTAX_TREES, DATATYPE_VALIDATOR_FACTORY, DYNAMIC_VALIDATION, ERROR_REPORTER, fBalanceSyntaxTrees, fDatatypeValidatorFactory, fDocLocation, fDocumentHandler, fDocumentSource, fDTDGrammar, fDTDValidation, fDynamicValidation, fErrorReporter, fGrammarBucket, fGrammarPool, fNamespaceContext, fNamespaces, fSeenDoctypeDecl, fSymbolTable, fValENTITIES, fValENTITY, fValID, fValidation, fValidationManager, fValidationState, fValIDRef, fValIDRefs, fValNMTOKEN, fValNMTOKENS, fValNOTATION, fWarnDuplicateAttdef, GRAMMAR_POOL, NAMESPACES, PARSER_SETTINGS, SYMBOL_TABLE, VALIDATION, VALIDATION_MANAGER, WARN_ON_DUPLICATE_ATTDEF |
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, invalidStandaloneAttDef, isSpace, processingInstruction, setDocumentHandler, setDocumentSource, setFeature, setProperty, startCDATA, startDocument, startElement, startGeneralEntity, startNamespaceScope, textDecl, validate, validateDTDattribute, xmlDecl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTD_VALIDATOR_PROPERTY
protected static final String DTD_VALIDATOR_PROPERTY
- See Also:
- Constant Field Values
XML11DTDValidator
public XML11DTDValidator()
- Default constructor.
reset
public void reset(XMLComponentManager manager)
- Description copied from interface:
XMLComponent
- Resets the component. The component can query the component manager
about any features and properties that affect the operation of the
component.
- Specified by:
reset
in interface XMLComponent
- Overrides:
reset
in class XMLDTDValidator
- Parameters:
manager
- The component manager.
init
protected void init()
- Description copied from class:
XMLDTDValidator
- initialization
- Overrides:
init
in class XMLDTDValidator
Copyright © 2011. All Rights Reserved.