com.raritantechnologies.HTML.filter
Class HTMLErrorEvent

java.lang.Object
  extended bycom.raritantechnologies.HTML.filter.HTMLEvent
      extended bycom.raritantechnologies.HTML.filter.HTMLErrorEvent

public class HTMLErrorEvent
extends HTMLEvent

Represents an HTML error event.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Field Summary
 
Fields inherited from class com.raritantechnologies.HTML.filter.HTMLEvent
COMMENT, END, ERROR, SIMPLE, START, TEXT
 
Constructor Summary
HTMLErrorEvent(char[] data, int pos)
           
HTMLErrorEvent(java.lang.String data, int pos)
           
 
Method Summary
 java.lang.String getHTML()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLErrorEvent

public HTMLErrorEvent(char[] data,
                      int pos)

HTMLErrorEvent

public HTMLErrorEvent(java.lang.String data,
                      int pos)
Method Detail

getType

public int getType()
Specified by:
getType in class HTMLEvent

getHTML

public java.lang.String getHTML()
Specified by:
getHTML in class HTMLEvent