zyh.robot
Class Content

java.lang.Object
  |
  +--zyh.robot.Content

public class Content
extends java.lang.Object

A content object contains the filtered document


Field Summary
static int BACKGROUND_LINK
           
static int HREF_LINK
           
 java.util.LinkedList keywords
          the relative keyword of the filtered document
static int LINK_KIND
           
 java.util.LinkedList[] links
          the contained url links in the filtered document
static int SRC_LINK
           
 java.util.LinkedList summary
          the summary of the filtered document
 java.util.LinkedList text
          the text of the filtered document
 java.util.LinkedList title
          the title of the filtered document
 int urlID
          urlID the unique ID for every URL
 
Constructor Summary
Content()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

urlID

public int urlID
urlID the unique ID for every URL

title

public java.util.LinkedList title
the title of the filtered document

keywords

public java.util.LinkedList keywords
the relative keyword of the filtered document

summary

public java.util.LinkedList summary
the summary of the filtered document

text

public java.util.LinkedList text
the text of the filtered document

links

public java.util.LinkedList[] links
the contained url links in the filtered document

SRC_LINK

public static final int SRC_LINK

BACKGROUND_LINK

public static final int BACKGROUND_LINK

HREF_LINK

public static final int HREF_LINK

LINK_KIND

public static final int LINK_KIND
Constructor Detail

Content

public Content()