Class HTMLChunkImpl

java.lang.Object
com.biglybt.core.html.impl.HTMLChunkImpl
Direct Known Subclasses:
HTMLPageImpl

public class HTMLChunkImpl extends Object
  • Field Details

  • Constructor Details

    • HTMLChunkImpl

      protected HTMLChunkImpl()
    • HTMLChunkImpl

      protected HTMLChunkImpl(String _content)
  • Method Details

    • 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()