com.raritantechnologies.HTML.filter
Class HTMLTextEvent

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

public class HTMLTextEvent
extends HTMLEvent

Represents an HTML text 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
HTMLTextEvent(char[] data, int pos)
           
HTMLTextEvent(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

HTMLTextEvent

public HTMLTextEvent(char[] data,
                     int pos)

HTMLTextEvent

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