|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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.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 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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |