This documentation is part of the Link Checker Library project.

de.tw.website.linkchecker
Class ReferenceType

java.lang.Object
  |
  +--de.tw.website.linkchecker.ReferenceType

public class ReferenceType
extends java.lang.Object

HTML Reference Types.

Version:
1.0
Author:
Thomas Weinbrenner

Field Summary
static ReferenceType FRAME_REFERENCE
          Reference of the FRAME-Tag.
static ReferenceType HREF_REFERENCE
          A HREF reference.
static ReferenceType IMAGE_REFERENCE
          Reference to a image.
static ReferenceType LINK_REFERENCE
          Reference of the LINK-Tag.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IMAGE_REFERENCE

public static ReferenceType IMAGE_REFERENCE
Reference to a image.

HREF_REFERENCE

public static ReferenceType HREF_REFERENCE
A HREF reference.

LINK_REFERENCE

public static ReferenceType LINK_REFERENCE
Reference of the LINK-Tag.

FRAME_REFERENCE

public static ReferenceType FRAME_REFERENCE
Reference of the FRAME-Tag.
Method Detail

toString

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

This documentation is part of the Link Checker Library project.