public interface HtmlParser
parseHtml(String, HtmlResult)
Modifier and Type | Method and Description |
---|---|
void |
parseHtml(String htmlData,
HtmlResult result)
Parses the HTML data and stores in the result the discovered openid
information.
|
void parseHtml(String htmlData, HtmlResult result) throws DiscoveryException
htmlData
- HTML data obtained from the URL identifier.result
- The HTML result.DiscoveryException
Copyright © 2016 Sxip. All rights reserved.