org.openid4java.discovery.html
Class CyberNekoDOMHtmlParser

java.lang.Object
  extended by org.openid4java.discovery.html.CyberNekoDOMHtmlParser
All Implemented Interfaces:
HtmlParser

public class CyberNekoDOMHtmlParser
extends java.lang.Object
implements HtmlParser

A HtmlParser implementation using the DOMParser of CyberNeko HTML.

Since:
0.9.4
Author:
Sutra Zhou
See Also:
OpenID4JavaDOMParser

Constructor Summary
CyberNekoDOMHtmlParser()
           
 
Method Summary
 void parseHtml(java.lang.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
 

Constructor Detail

CyberNekoDOMHtmlParser

public CyberNekoDOMHtmlParser()
Method Detail

parseHtml

public void parseHtml(java.lang.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 © 2011 Sxip. All Rights Reserved.