| java.lang.Object org.apache.xerces.utils.ChunkyCharArray
addString | public int addString(int offset, int length)(Code) | | |
addSymbol | public int addSymbol(int offset, int length)(Code) | | Add a region of this buffer to the StringPool as a symbol
Parameters: offset - The offset within this buffer of the first character of the string Parameters: length - The number of characters in the symbol |
append | public void append(char ch)(Code) | | |
append | public void append(String s)(Code) | | Append a String to this buffer
Parameters: s - the string to append. |
append | public void append(char[] ch, int offset, int length)(Code) | | |
append | public void append(ChunkyCharArray charArray, int offset, int length)(Code) | | Append a ChunkyCharArray to this buffer.
Parameters: charArray - buffer to be appended. Parameters: offset - The offset within charArray of the first character. Parameters: length - The number of characters to append. |
length | public int length()(Code) | | |
|
|