public class HTMLScriptRemover extends HTMLFilterImpl
Copyright (c) SAP AG 2001-2002
| Constructor and Description |
|---|
HTMLScriptRemover() |
HTMLScriptRemover(IHTMLReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Notification of a character event.
|
void |
endElement(IHTMLElement element)
Notification that an end tag was encountered (e.g. starting with '</').
|
void |
startElement(IHTMLElementStart element)
Notification that a tag was encountered.
|
discard, endDocument, endTextDocument, getContentHandler, getEncoding, getParent, getRawContentHandler, parse, parseNextEvent, setContentHandler, setParent, setRawContentHandler, setSource, setSource, setSource, startDocument, startTextDocument, textCharacterspublic HTMLScriptRemover()
public HTMLScriptRemover(IHTMLReader reader)
public void startElement(IHTMLElementStart element) throws HTMLException
IHTMLContentHandlerIHTMLElementStart for further information.startElement in interface IHTMLContentHandlerstartElement in class HTMLFilterImplelement - TBD: Description of the incoming method parameterHTMLException - to indicate error in event handlingpublic void endElement(IHTMLElement element) throws HTMLException
IHTMLContentHandlerIHTMLElement for further information.endElement in interface IHTMLContentHandlerendElement in class HTMLFilterImplelement - TBD: Description of the incoming method parameterHTMLException - to indicate error in event handlingpublic void characters(char[] ch,
int start,
int length)
throws HTMLException
IHTMLContentHandlerch 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.
characters in interface IHTMLContentHandlercharacters in class HTMLFilterImplch - array holding characters of eventstart - where in the array the characters beginlength - number of characters in eventHTMLException - 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