Package com.biglybt.core.html.impl
Class HTMLPageImpl
- java.lang.Object
-
- com.biglybt.core.html.impl.HTMLChunkImpl
-
- com.biglybt.core.html.impl.HTMLPageImpl
-
public class HTMLPageImpl extends HTMLChunkImpl implements HTMLPage
-
-
Field Summary
-
Fields inherited from class com.biglybt.core.html.impl.HTMLChunkImpl
content
-
-
Constructor Summary
Constructors Constructor Description HTMLPageImpl(java.io.InputStream is, java.lang.String charset, boolean close_file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URL
getMetaRefreshURL()
java.net.URL
getMetaRefreshURL(java.net.URL base_url)
-
Methods inherited from class com.biglybt.core.html.impl.HTMLChunkImpl
getContent, getTags, setContent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.biglybt.core.html.HTMLChunk
getContent
-
-
-
-
Constructor Detail
-
HTMLPageImpl
public HTMLPageImpl(java.io.InputStream is, java.lang.String charset, boolean close_file) throws HTMLException
- Throws:
HTMLException
-
-
Method Detail
-
getMetaRefreshURL
public java.net.URL getMetaRefreshURL()
- Specified by:
getMetaRefreshURL
in interfaceHTMLPage
-
getMetaRefreshURL
public java.net.URL getMetaRefreshURL(java.net.URL base_url)
- Specified by:
getMetaRefreshURL
in interfaceHTMLPage
-
-