public class HtmlFormExtractor extends AbstractHtmlExtractor<HtmlForm>
| Modifier and Type | Field and Description |
|---|---|
static String |
FORM_TAG |
static String |
INPUT_TAG |
static String |
TEXTAREA_TAG |
| Constructor and Description |
|---|
HtmlFormExtractor(HtmlForm resultForm) |
HtmlFormExtractor(HtmlForm resultForm,
String formID) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendContent(List<Object> nodes)
Append the content of the nodes to the given result object.
|
boolean |
isFound(TagNode tagNode)
Append the content of the given
TagNode to the resultObject |
extractContent, getResultObject, visitBaseToken, visitTokenListpublic static final String FORM_TAG
public static final String INPUT_TAG
public static final String TEXTAREA_TAG
public HtmlFormExtractor(HtmlForm resultForm)
public void appendContent(List<Object> nodes)
AbstractHtmlExtractorappendContent in class AbstractHtmlExtractor<HtmlForm>public boolean isFound(TagNode tagNode)
AbstractHtmlExtractorTagNode to the resultObjectisFound in class AbstractHtmlExtractor<HtmlForm>true if appendContent() should be
called.Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.