BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xerces.utils
Interface StringPool.StringProducer

All Known Implementing Classes:
UTF8DataChunk, CharDataChunk

public static interface StringPool.StringProducer

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 boolean equalsString(int offset, int length, char[] strChars, int strOffset, int strLength)
           
 void releaseString(int offset, int length)
           
 java.lang.String toString(int offset, int length)
           
 

Method Detail

toString

public java.lang.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)

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.