com.cleancode.net
Interface SimpleHtmlParse.Callback
All Known Implementing Classes: SimpleHtmlParse.Test
Enclosing class: SimpleHtmlParse
public static interface SimpleHtmlParse.Callback
This interface provides a callback for the user to handle
each parsed element. Pass an object implementing this interface
to the constructor for SimpleHtmlParse.
addHtmlElement
void addHtmlElement (String paramName,
String paramValue)
Handles the disposition of each parsed element.
Parameters: paramName
- name of the parsed parameterparamValue
- value of the parsed parameter
CleanCode Java Libraries
Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10