com.sapportals.wcm.util.html

Interface IHTMLFilter

All Superinterfaces:
IHTMLReader
All Known Implementing Classes:
HTMLFilterImpl, HTMLScriptRemover

public interface IHTMLFilter
extends IHTMLReader

Processes HTML events from a parent reader.

The Filter is a reader which takes events from another reader, processes them and passes them on to its IHTMLContentHandler.

Copyright (c) SAP AG 2001-2003


Method Summary
 IHTMLReader getParent()
          Get the reader this filter gets its events from.
 void setParent(IHTMLReader reader)
          Set the reader where this filter should get its events from.
 
Methods inherited from interface com.sapportals.wcm.util.html.IHTMLReader
discard, getContentHandler, getEncoding, getRawContentHandler, parse, parseNextEvent, setContentHandler, setRawContentHandler, setSource, setSource, setSource
 

Method Detail

getParent

IHTMLReader getParent()
Get the reader this filter gets its events from.

Returns:
parent reader

setParent

void setParent(IHTMLReader reader)
Set the reader where this filter should get its events from.

Parameters:
reader - new parent reader
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM


Copyright 2011 SAP AG Complete Copyright Notice