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

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

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

Classes in org.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.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-2001 Apache XML Project. All Rights Reserved.