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

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

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

Fields in org.enhydra.apache.xerces.framework declared as XMLEntityHandler.CharBuffer
(package private)  XMLEntityHandler.CharBuffer XMLDocumentScanner.fLiteralData
           
 

Methods in org.enhydra.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 org.enhydra.apache.xerces.framework with parameters of type XMLEntityHandler.CharBuffer
XMLDTDScanner(StringPool stringPool, XMLErrorReporter errorReporter, XMLEntityHandler entityHandler, XMLEntityHandler.CharBuffer literalData)
           
XMLDocumentScanner(StringPool stringPool, XMLErrorReporter errorReporter, XMLEntityHandler entityHandler, XMLEntityHandler.CharBuffer literalData)
          Constructor
 

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

Methods in org.enhydra.apache.xerces.readers with parameters of type XMLEntityHandler.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.
 void StringReader.append(XMLEntityHandler.CharBuffer charBuffer, int offset, int length)
           
 void AbstractCharReader.append(XMLEntityHandler.CharBuffer charBuffer, int offset, int length)
          Append the characters processed by this reader associated with offset and length to the 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 UCSReader.append(XMLEntityHandler.CharBuffer charBuffer, int offset, int length)
           
 void UTF8Reader.append(XMLEntityHandler.CharBuffer charBuffer, int offset, int length)
           
 void UTF8Recognizer.XMLDeclReader.append(XMLEntityHandler.CharBuffer charBuffer, int offset, int length)
           
 

Uses of XMLEntityHandler.CharBuffer in org.enhydra.apache.xerces.utils
 

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

Methods in org.enhydra.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 The Apache Software Foundation. All Rights reserved.