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
HtmlParser
parseHtml
in interface HtmlParser
htmlData
- HTML data obtained from the URL identifier.result
- The HTML result.DiscoveryException
Copyright © 2018 Sxip. All rights reserved.