Interface PageElement

All Known Implementing Classes:
PageHref, PageNum, PageWord

public interface PageElement

Elements of web documents. Instances of this abstract class represent the basic elements of web pages, such as words, hyperlinks, images, etc.


Method Summary
 java.lang.String toString()
           
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object