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:
XMLSchemaValidator, XMLDTDValidator

public interface RevalidationHandler
extends org.apache.xerces.xni.parser.XMLDocumentFilter

DOM Revalidation handler adds additional functionality to XMLDocumentHandler

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version:
$Id: RevalidationHandler.java,v 1.7 2004/10/04 21:45:49 mrglavas Exp $
Author:
Elena Litani, IBM

Method Summary
 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
 
Methods inherited from interface org.apache.xerces.xni.parser.XMLDocumentSource
getDocumentHandler, setDocumentHandler
 

Method Detail

characterData

public boolean characterData(java.lang.String data,
                             org.apache.xerces.xni.Augmentations augs)
Character content.
Parameters:
data - The character data.
augs - Augmentations
Returns:
True if data is whitespace only


Copyright © 1999-2005 Apache XML Project. All Rights Reserved.