All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class Pasiphae.TextHtml

java.lang.Object
    |
    +----Pasiphae.MIMEDoc
            |
            +----Pasiphae.Text
                    |
                    +----Pasiphae.TextHtml

final class TextHtml
extends Text
Classe correspondant au MIME type text/html


Variable Index

 o author
 o generator
 o title

Constructor Index

 o TextHtml(HttpURLConnection)

Method Index

 o getAuthor()
 o getTitle()
 o parse(HttpURLConnection)
parse le document html.
 o setAuthor(String)
 o setContentLanguage(String)
 o setGenerator(String)
 o setTitle(String)
 o toString()

Variables

 o title
protected String title
 o author
protected String author
 o generator
protected String generator

Constructors

 o TextHtml
public TextHtml(HttpURLConnection urlc)

Methods

 o parse
public Vector parse(HttpURLConnection urlc) throws MalformedURLException, IOException, UnknownServiceException
parse le document html. extrait le titre, le nom de l'auteur et le generateur. renvoit une liste de liens rencontres dans le document

Overrides:
parse in class MIMEDoc
 o setTitle
public void setTitle(String title)
 o setAuthor
public void setAuthor(String author)
 o setGenerator
public void setGenerator(String generator)
 o setContentLanguage
public void setContentLanguage(String contentLanguage)
Overrides:
setContentLanguage in class MIMEDoc
 o getTitle
public String getTitle()
 o getAuthor
public String getAuthor()
 o toString
public String toString()
Overrides:
toString in class MIMEDoc

All Packages  Class Hierarchy  This Package  Previous  Next  Index