BEA Systems, Inc.

weblogic.apache.xerces.impl
Interface RevalidationHandler

All Superinterfaces:
XMLDocumentHandler
All Known Implementing Classes:
XMLSchemaValidator

Deprecated. please use JDK supplied XML parsers and transformers

public interface RevalidationHandler
extends XMLDocumentHandler

DOM Revalidation handler adds additional functionality to XMLDocumentHandler


Method Summary
 boolean characterData(String data, Augmentations augs)
          Deprecated. Character content.
 void setBaseURI(String base)
          Deprecated. Set the base URI of the document
 
Methods inherited from interface weblogic.apache.xerces.xni.XMLDocumentHandler
characters, comment, doctypeDecl, emptyElement, endCDATA, endDocument, endElement, endGeneralEntity, endPrefixMapping, getDocumentSource, ignorableWhitespace, processingInstruction, setDocumentSource, startCDATA, startDocument, startElement, startGeneralEntity, startPrefixMapping, textDecl, xmlDecl
 

Method Detail

setBaseURI

void setBaseURI(String base)
Deprecated. 
Set the base URI of the document

Parameters:
base -

characterData

boolean characterData(String data,
                      Augmentations augs)
Deprecated. 
Character content.

Parameters:
data - The character data.
augs - Augmentations
Returns:
True if data is whitespace only

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.