Package com.biglybt.core.html.impl
Class HTMLChunkImpl
- java.lang.Object
-
- com.biglybt.core.html.impl.HTMLChunkImpl
-
- Direct Known Subclasses:
HTMLPageImpl
public class HTMLChunkImpl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
content
-
Constructor Summary
Constructors Modifier Constructor Description protected
HTMLChunkImpl()
protected
HTMLChunkImpl(java.lang.String _content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContent()
protected java.lang.String[]
getTags(java.lang.String tag_name)
this just returns the tags themselves.protected void
setContent(java.lang.String str)
-