org.openid4java.discovery.html
Interface HtmlParser

All Known Implementing Classes:
CyberNekoDOMHtmlParser

public interface HtmlParser

Html parser.

Since:
0.9.4
Author:
Sutra Zhou
See Also:
parseHtml(String, HtmlResult)

Method Summary
 void parseHtml(java.lang.String htmlData, HtmlResult result)
          Parses the HTML data and stores in the result the discovered openid information.
 

Method Detail

parseHtml

void parseHtml(java.lang.String htmlData,
               HtmlResult result)
               throws DiscoveryException
Parses the HTML data and stores in the result the discovered openid information.

Parameters:
htmlData - HTML data obtained from the URL identifier.
result - The HTML result.
Throws:
DiscoveryException


Copyright © 2011 Sxip. All Rights Reserved.