Uses of Class
info.bliki.htmlcleaner.util.HtmlForm

Packages that use HtmlForm
info.bliki.api Helper Classes for the Wikimedia API 
info.bliki.htmlcleaner.util   
 

Uses of HtmlForm in info.bliki.api
 

Methods in info.bliki.api that return HtmlForm
static HtmlForm HtmlUtilities.extractForm(java.lang.String formID, java.lang.String html)
          Extracts and parses an HTML form from a page of HTML.
 HtmlForm HtmlUtilities.HtmlFormHandler.getForm()
           
static HtmlForm HtmlUtilities.parseForm(java.lang.String formID, java.lang.String html, boolean trapExceptions)
           
 

Uses of HtmlForm in info.bliki.htmlcleaner.util
 

Constructors in info.bliki.htmlcleaner.util with parameters of type HtmlForm
HtmlFormExtractor(HtmlForm resultForm)
           
HtmlFormExtractor(HtmlForm resultForm, java.lang.String formID)
           
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.