Какой самый простой способ в Java получить все элементы определенного типа на искаженной HTML-странице? Поэтому я хочу сделать что-то вроде этого:
public static void main(String[] args) {
// Read in an HTML file from disk
// Retrieve all INPUT elements regardless of whether the HTML is well-formed
// Loop through all elements and retrieve their ids if they exist for the element
}