edu.wisc.my.webproxy.beans.filtering
Interface HtmlParser

All Superinterfaces:
ProxyComponent
All Known Implementing Classes:
NekoHtmlParser

public interface HtmlParser
extends ProxyComponent

Specifies the interface the portelt will use to perform the initial DOM parsing of the Response. The implementation will take an InputStream and return a DOM Document

Version:
$Id: HtmlParser.java 20993 2010-07-02 19:32:47Z edalquist $
Author:
dgrimwood

Method Summary
 XMLReader getReader(LexicalHandler handler)
          Retrieves a XMLReader object given a (@link LexicalHandler)
 
Methods inherited from interface edu.wisc.my.webproxy.beans.config.ProxyComponent
clearData, getName, setActionData, setRenderData
 

Method Detail

getReader

XMLReader getReader(LexicalHandler handler)
Retrieves a XMLReader object given a (@link LexicalHandler)

Parameters:
handler - the (@link LexicalHandler) to use as handle to set a property


Copyright © 2010 Jasig. All Rights Reserved.