|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for passing character data.
| Method Summary | |
void |
processCharacters(char[] chars,
int offset,
int length)
Process character data, character array version |
void |
processCharacters(int stringHandle)
Process character data, StringPool handle version |
void |
processWhitespace(char[] chars,
int offset,
int length)
Process white space data, character array version |
void |
processWhitespace(int stringHandle)
Process white space data, StringPool handle version |
| Method Detail |
public void processCharacters(char[] chars,
int offset,
int length)
throws java.lang.Exception
chars - character buffer to be processedoffset - offset in buffer where the data startslength - length of characters to be processed
public void processCharacters(int stringHandle)
throws java.lang.Exception
StringPool handle versionstringHandle - StringPool handle to the character data
public void processWhitespace(char[] chars,
int offset,
int length)
throws java.lang.Exception
chars - character buffer to be processedoffset - offset in buffer where the data startslength - length of whitespace to be processed
public void processWhitespace(int stringHandle)
throws java.lang.Exception
StringPool handle versionstringHandle - StringPool handle to the whitespace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||