|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITextContentHandler
ITextContentHandler receives events from a IHTMLReader about raw text as it is read from a HTML
document.
Contrary to IHTMLContentHandler the text handler receives the raw, unstructured
character data.
Copyright (c) SAP AG 2005
| Method Summary | |
|---|---|
void |
endTextDocument()
Notification that the document is finished. |
void |
startTextDocument()
Notification that the document is about to start. |
void |
textCharacters(char[] ch,
int start,
int length)
Notification of a character event. |
| Method Detail |
|---|
void textCharacters(char[] ch,
int start,
int length)
throws IOException
ch at offset start . There are length
number of characters.
The content of the buffer before start or after start +
length is undefined. Modification of the character array is strictly
forbidden. The content of the array is undefined after this method returns.
ch - array holding characters of eventstart - where in the array the characters beginlength - number of characters in event
IOException - to indicate error in event handling
void endTextDocument()
throws IOException
IOException - to indicate error in event handling
void startTextDocument()
throws IOException
IOException - to indicate error in event handling| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||