com.raritantechnologies.HTML.filter
Class HTMLCommentEvent

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

public class HTMLCommentEvent
extends HTMLEvent

Represents an HTML comment event.


Developed by Raritan Technologies Inc..

Author:
Kepler Gelotte

Field Summary
 
Fields inherited from class com.raritantechnologies.HTML.filter.HTMLEvent
COMMENT, END, ERROR, SIMPLE, START, TEXT
 
Constructor Summary
HTMLCommentEvent(char[] data, int pos)
           
HTMLCommentEvent(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

HTMLCommentEvent

public HTMLCommentEvent(char[] data,
                        int pos)

HTMLCommentEvent

public HTMLCommentEvent(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