Uses of Interface
org.enhydra.apache.xerces.utils.StringPool.StringProducer

Packages that use StringPool.StringProducer
org.enhydra.apache.xerces.readers   
org.enhydra.apache.xerces.utils   
 

Uses of StringPool.StringProducer in org.enhydra.apache.xerces.readers
 

Classes in org.enhydra.apache.xerces.readers that implement StringPool.StringProducer
(package private)  class UCSReader
          Reader for UCS-2 and UCS-4 encodings.
 

Uses of StringPool.StringProducer in org.enhydra.apache.xerces.utils
 

Classes in org.enhydra.apache.xerces.utils that implement StringPool.StringProducer
 class CharDataChunk
          This class provides the character buffers used by some of the reader classes.
 class UTF8DataChunk
           
 

Methods in org.enhydra.apache.xerces.utils with parameters of type StringPool.StringProducer
 int StringPool.addString(StringPool.StringProducer stringProducer, int offset, int length)
           
 int StringPool.addSymbol(StringPool.StringProducer stringProducer, int offset, int length, int hashcode)
           
 int StringPool.lookupSymbol(StringPool.StringProducer stringProducer, int offset, int length, int hashcode)
           
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.