BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.xni.parser
Interface XMLDTDFilter

All Superinterfaces:
XMLDTDHandler, XMLDTDSource
All Known Implementing Classes:
XMLDTDProcessor

Deprecated. please use JDK supplied XML parsers and transformers

public interface XMLDTDFilter
extends XMLDTDHandler, XMLDTDSource

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


Field Summary
 
Fields inherited from interface weblogic.apache.xerces.xni.XMLDTDHandler
CONDITIONAL_IGNORE, CONDITIONAL_INCLUDE
 
Methods inherited from interface weblogic.apache.xerces.xni.XMLDTDHandler
attributeDecl, comment, elementDecl, endAttlist, endConditional, endDTD, endExternalSubset, endParameterEntity, externalEntityDecl, ignoredCharacters, internalEntityDecl, notationDecl, processingInstruction, startAttlist, startConditional, startDTD, startExternalSubset, startParameterEntity, textDecl, unparsedEntityDecl
 
Methods inherited from interface weblogic.apache.xerces.xni.parser.XMLDTDSource
setDTDHandler
 


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