Uses of Interface
org.apache.xerces.readers.XMLEntityReaderFactory

Packages that use XMLEntityReaderFactory
org.apache.xerces.framework   
org.apache.xerces.readers   
 

Uses of XMLEntityReaderFactory in org.apache.xerces.framework
 

Methods in org.apache.xerces.framework with parameters of type XMLEntityReaderFactory
 void XMLParser.setReaderFactory(XMLEntityReaderFactory readerFactory)
          Set the reader factory.
 

Uses of XMLEntityReaderFactory in org.apache.xerces.readers
 

Classes in org.apache.xerces.readers that implement XMLEntityReaderFactory
 class DefaultReaderFactory
           
 

Fields in org.apache.xerces.readers declared as XMLEntityReaderFactory
protected  XMLEntityReaderFactory DefaultEntityHandler.fReaderFactory
           
 

Methods in org.apache.xerces.readers with parameters of type XMLEntityReaderFactory
 void DefaultEntityHandler.setReaderFactory(XMLEntityReaderFactory readerFactory)
          Set the reader factory.
abstract  XMLEntityHandler.EntityReader XMLDeclRecognizer.recognize(XMLEntityReaderFactory readerFactory, XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool, ChunkyByteArray data, boolean xmlDecl, boolean allowJavaEncodingName)
          Subclasses override this method to support recognizing their encodings.
 



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