Package org.apache.xerces.impl
Interface RevalidationHandler
-
- All Superinterfaces:
org.apache.xerces.xni.parser.XMLDocumentFilter
,org.apache.xerces.xni.XMLDocumentHandler
,org.apache.xerces.xni.parser.XMLDocumentSource
- All Known Implementing Classes:
XML11DTDValidator
,XML11NSDTDValidator
,XMLDTDValidator
,XMLNSDTDValidator
,XMLSchemaValidator
public interface RevalidationHandler extends org.apache.xerces.xni.parser.XMLDocumentFilter
DOM Revalidation handler adds additional functionality to XMLDocumentHandlerINTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: RevalidationHandler.java 446761 2006-09-15 21:59:29Z mrglavas $
- Author:
- Elena Litani, IBM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
characterData(java.lang.String data, org.apache.xerces.xni.Augmentations augs)
Character content.-
Methods inherited from interface org.apache.xerces.xni.XMLDocumentHandler
characters, comment, doctypeDecl, emptyElement, endCDATA, endDocument, endElement, endGeneralEntity, getDocumentSource, ignorableWhitespace, processingInstruction, setDocumentSource, startCDATA, startDocument, startElement, startGeneralEntity, textDecl, xmlDecl
-
-