org.gudy.azureus2.core3.html.impl
Class HTMLChunkImpl

java.lang.Object
  extended by org.gudy.azureus2.core3.html.impl.HTMLChunkImpl
Direct Known Subclasses:
HTMLPageImpl

public class HTMLChunkImpl
extends Object


Constructor Summary
protected HTMLChunkImpl()
           
protected HTMLChunkImpl(String _content)
           
 
Method Summary
 String getContent()
           
protected  String[] getTags(String tag_name)
          this just returns the tags themselves.
protected  void setContent(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLChunkImpl

protected HTMLChunkImpl()

HTMLChunkImpl

protected HTMLChunkImpl(String _content)
Method Detail

setContent

protected void setContent(String str)

getTags

protected String[] getTags(String tag_name)
this just returns the tags themselves.

Parameters:
tag -
Returns:

getContent

public String getContent()