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
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 XMLDocumentHandler
Version:
$Id: RevalidationHandler.java 320089 2004-10-04 21:45:49Z mrglavas $
Author:
Elena Litani, IBM

Method Summary

boolean
characterData(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 Details

characterData

public boolean characterData(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 B) 1999-2006 The Apache Software Foundation. All Rights Reserved.