import prohtml.*;
StandAloneElement standAlone;
void setup(){
standAlone = new StandAloneElement("img",null);
standAlone.addAttribute("scr","images/getAttribute");
println(standAlone.getAttribute("scr"));
}StandAloneElement(kindOfElement, attributes, parent); StandAloneElement(kindOfElement, parent); LetterElement(kindOfElement);