raw_content = str; int pos = str.indexOf(">"); String content = str.substring( pos+1 ); setContent( content );