com.raritantechnologies.HTML.filter
Class HTMLEvent
java.lang.Object
com.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
|
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 |
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
HTMLEvent
public HTMLEvent()
getHTML
public abstract java.lang.String getHTML()
getType
public abstract int getType()