public class CyberNekoDOMHtmlParser extends Object implements HtmlParser
HtmlParser implementation using the DOMParser of CyberNeko HTML.OpenID4JavaDOMParser| Constructor and Description |
|---|
CyberNekoDOMHtmlParser() |
| 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.
|
public void parseHtml(String htmlData, HtmlResult result) throws DiscoveryException
HtmlParserparseHtml in interface HtmlParserhtmlData - HTML data obtained from the URL identifier.result - The HTML result.DiscoveryExceptionCopyright © 2013 Sxip. All Rights Reserved.