|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.format.parser.TextEvent
public class TextEvent
An event implementation that says there is some text to handle.
Field Summary | |
---|---|
protected char[] |
chars
|
protected int |
length
|
protected int |
offset
|
Constructor Summary | |
---|---|
TextEvent()
|
Method Summary | |
---|---|
char[] |
chars()
|
int |
length()
|
int |
offset()
|
void |
setText(char[] chars,
int offset,
int length)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected char[] chars
protected int offset
protected int length
Constructor Detail |
---|
public TextEvent()
Method Detail |
---|
public void setText(char[] chars, int offset, int length)
public char[] chars()
public int offset()
public int length()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |