Java HTML Jsoup Element addProperty(Map ret, Element element)

Here you can find the source of addProperty(Map ret, Element element)

Description

add Property

License

Apache License

Declaration

private static void addProperty(Map<String, String> ret, Element element) 

Method Source Code


//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*/
}

Related

  1. addAllNodes(Element parent, List childNodes)
  2. addStyle(Element element, String styleToBeAdded)
  3. addTag(Element e, String tagName)
  4. appendFragment(Element e, String fragment)
  5. appendText(Element element, StringBuffer stringBuffer)