|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.util.html.HTMLFilterImpl
com.sapportals.wcm.util.html.HTMLScriptRemover
Removes script content and noscript tags.
Copyright (c) SAP AG 2001-2002
| Constructor Summary | |
HTMLScriptRemover()
|
|
HTMLScriptRemover(IHTMLReader reader)
|
|
| Method Summary | |
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. |
| Methods inherited from class com.sapportals.wcm.util.html.HTMLFilterImpl |
discard, endDocument, endTextDocument, getContentHandler, getEncoding, getParent, getRawContentHandler, parse, parseNextEvent, setContentHandler, setParent, setRawContentHandler, setSource, setSource, setSource, startDocument, startTextDocument, textCharacters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HTMLScriptRemover()
public HTMLScriptRemover(IHTMLReader reader)
| Method Detail |
public void startElement(IHTMLElementStart element)
throws HTMLException
IHTMLContentHandlerIHTMLElementStart for further information.
startElement in interface IHTMLContentHandlerstartElement in class HTMLFilterImplHTMLException
public void endElement(IHTMLElement element)
throws HTMLException
IHTMLContentHandlerIHTMLElement for further information.
endElement in interface IHTMLContentHandlerendElement in class HTMLFilterImplHTMLException
public 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 HTMLFilterImplHTMLException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||