Here you can find the source of addProperty(Map
private static void addProperty(Map<String, String> ret, Element element)
//package com.java2s; //License from project: Apache License import org.jsoup.nodes.Element; import java.util.Map; public class Main { private static void addProperty(Map<String, String> ret, Element element) { throw new UnsupportedOperationException("Fix This"); // ToDo }/*from w w w . ja v a 2 s . co m*/ }