FileDocCategorySizeDatePackage
HTMLTableCellImpl.javaAPI DocAzureus 3.0.3.41364Thu Feb 09 19:43:12 GMT 2006org.gudy.azureus2.core3.html.impl

HTMLTableCellImpl

public class HTMLTableCellImpl extends HTMLChunkImpl implements HTMLTableCell
author
parg

Fields Summary
String
raw_content
Constructors Summary
protected HTMLTableCellImpl(String str)

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