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
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.