BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

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

Uses of XMLEntityReaderFactory in weblogic.apache.xerces.framework
 

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

Uses of XMLEntityReaderFactory in weblogic.apache.xerces.readers
 

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

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

Methods in weblogic.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.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.