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

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

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

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

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

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

Methods in org.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 org.apache.xerces.utils
 

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

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



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.