org.enhydra.apache.xerces.utils
Interface StringPool.StringProducer
- All Known Implementing Classes:
- CharDataChunk, UCSReader, UTF8DataChunk
- Enclosing class:
- StringPool
- public static interface StringPool.StringProducer
toString
public String toString(int offset,
int length)
releaseString
public void releaseString(int offset,
int length)
equalsString
public boolean equalsString(int offset,
int length,
char[] strChars,
int strOffset,
int strLength)
Copyright © 1999 The Apache Software Foundation. All Rights reserved.