BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.apache.xerces.readers.XMLEntityHandler.CharBuffer

Packages that use XMLEntityHandler.CharBuffer
weblogic.apache.xerces.framework   
weblogic.apache.xerces.readers   
weblogic.apache.xerces.utils   
 

Uses of XMLEntityHandler.CharBuffer in weblogic.apache.xerces.framework
 

Methods in weblogic.apache.xerces.framework with parameters of type XMLEntityHandler.CharBuffer
 void XMLDTDScanner.reset(StringPool stringPool, XMLEntityHandler.CharBuffer literalData)
          Allow XMLDTDScanner to be reused.
 void XMLDocumentScanner.reset(StringPool stringPool, XMLEntityHandler.CharBuffer literalData)
          reset the parser so that the instance can be reused
 

Constructors in weblogic.apache.xerces.framework with parameters of type XMLEntityHandler.CharBuffer
XMLDTDScanner.XMLDTDScanner(StringPool stringPool, XMLErrorReporter errorReporter, XMLEntityHandler entityHandler, XMLEntityHandler.CharBuffer literalData)
           
XMLDocumentScanner.XMLDocumentScanner(StringPool stringPool, XMLErrorReporter errorReporter, XMLEntityHandler entityHandler, XMLEntityHandler.CharBuffer literalData)
          Constructor
 

Uses of XMLEntityHandler.CharBuffer in weblogic.apache.xerces.readers
 

Methods in weblogic.apache.xerces.readers with parameters of type XMLEntityHandler.CharBuffer
 void StreamingCharReader.append(XMLEntityHandler.CharBuffer charBuffer, int offset, int length)
          Append the characters processed by this reader associated with offset and length to the CharBuffer.
 void XMLEntityHandler.EntityReader.append(XMLEntityHandler.CharBuffer charBuffer, int offset, int length)
          Append the characters processed by this reader associated with offset and length to the CharBuffer.
 

Uses of XMLEntityHandler.CharBuffer in weblogic.apache.xerces.utils
 

Classes in weblogic.apache.xerces.utils that implement XMLEntityHandler.CharBuffer
 class ChunkyCharArray
           
 

Methods in weblogic.apache.xerces.utils with parameters of type XMLEntityHandler.CharBuffer
 void UTF8DataChunk.append(XMLEntityHandler.CharBuffer charBuffer, int offset, int length)
           
 void CharDataChunk.append(XMLEntityHandler.CharBuffer charBuffer, int offset, int length)
          Append data from a CharBuffer to this chunk.
 


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.