org.openid4java.discovery.html
Class CyberNekoDOMHtmlParser
java.lang.Object
org.openid4java.discovery.html.CyberNekoDOMHtmlParser
- All Implemented Interfaces:
- HtmlParser
public class CyberNekoDOMHtmlParser
- extends Object
- implements HtmlParser
A HtmlParser implementation using the DOMParser of CyberNeko HTML.
- Since:
- 0.9.4
- Author:
- Sutra Zhou
- See Also:
OpenID4JavaDOMParser
|
Method Summary |
void |
parseHtml(String htmlData,
HtmlResult result)
Parses the HTML data and stores in the result the discovered openid
information. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CyberNekoDOMHtmlParser
public CyberNekoDOMHtmlParser()
parseHtml
public void parseHtml(String htmlData,
HtmlResult result)
throws DiscoveryException
- Description copied from interface:
HtmlParser
- Parses the HTML data and stores in the result the discovered openid
information.
- Specified by:
parseHtml in interface HtmlParser
- Parameters:
htmlData - HTML data obtained from the URL identifier.result - The HTML result.
- Throws:
DiscoveryException
Copyright © 2013 Sxip. All Rights Reserved.