com.raritantechnologies.HTML.filter
Class HTMLEvent

java.lang.Object
  extended bycom.raritantechnologies.HTML.filter.HTMLEvent
Direct Known Subclasses:
HTMLCommentEvent, HTMLErrorEvent, HTMLTagEvent, HTMLTextEvent

public abstract class HTMLEvent
extends java.lang.Object

Defines methods and constants needed to describe all HTML events.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Field Summary
static int COMMENT
           
static int END
           
static int ERROR
           
static int SIMPLE
           
static int START
           
static int TEXT
           
 
Constructor Summary
HTMLEvent()
           
 
Method Summary
abstract  java.lang.String getHTML()
           
abstract  int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START

public static final int START
See Also:
Constant Field Values

SIMPLE

public static final int SIMPLE
See Also:
Constant Field Values

END

public static final int END
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values
Constructor Detail

HTMLEvent

public HTMLEvent()
Method Detail

getHTML

public abstract java.lang.String getHTML()

getType

public abstract int getType()