public interface ITextContentHandler
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
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 eventIOException - to indicate error in event handlingvoid endTextDocument()
throws IOException
IOException - to indicate error in event handlingvoid 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
|
Copyright 2021 SAP SE Complete Copyright Notice