Class PLink

java.lang.Object
   |
   +----PElement
           |
           +----PLink

public class PLink
extends PElement
The class PLink is used to store links found on a page.

Author:
Gregor Panzer qversion 0.1

Constructor Index

 o PLink(String)
The constructor gets a URL as String.

Method Index

 o testausgabe()

Constructors

 o PLink
 public PLink(String myLink)
The constructor gets a URL as String.

Methods

 o testausgabe
 public String testausgabe()
Overrides:
testausgabe in class PElement