简体   繁体   中英

Can't find FormElement class in JSOUP source or library jar

Looking at the API for jsoup I found FormElement

This seems great but I could not find it. The source "jsoup-1.7.2-sources.jar" from the download-section did not seem to include it.

Am I looking in the wrong place? Is there a newer/older version which has this class?

Jsoup 1.7.2 is the current version of Jsoup and as the API documents says, the FormElement class is implemented first in the 1.7.3 version, thus you wont be able to use it.

Take a look at the source for Jsoup to view more about FormElement, here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM