public interface HtmlParser
parseHtml(String, HtmlResult)| Modifier and Type | Method and Description |
|---|---|
void |
parseHtml(java.lang.String htmlData,
HtmlResult result)
Parses the HTML data and stores in the result the discovered openid
information.
|
void parseHtml(java.lang.String htmlData,
HtmlResult result)
throws DiscoveryException
htmlData - HTML data obtained from the URL identifier.result - The HTML result.DiscoveryExceptionCopyright 2006-2008 Sxip Identity Corporation