BEA Systems, Inc.

weblogic.apache.xerces.xni.parser
Interface XMLDocumentFilter

All Superinterfaces:
XMLDocumentHandler, XMLDocumentSource
All Known Implementing Classes:
XMLDTDValidator, XMLNamespaceBinder, XMLSchemaValidator

Deprecated. please use JDK supplied XML parsers and transformers

public interface XMLDocumentFilter
extends XMLDocumentHandler, XMLDocumentSource

Defines a document filter that acts as both a receiver and an emitter of document events.


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


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