net.sf.swan.xml.input.event
Class TextEvent

java.lang.Object
  |
  +--net.sf.swan.xml.input.event.ContextEvent
        |
        +--net.sf.swan.xml.input.event.TextEvent

public class TextEvent
extends ContextEvent


Constructor Summary
TextEvent()
           
 
Method Summary
 java.lang.String text()
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.swan.xml.input.event.ContextEvent
connectSource, consume, currentContext, getLineInfo, getPath, isConsumed, sourceContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextEvent

public TextEvent()
Method Detail

text

public java.lang.String text()

toString

public java.lang.String toString()
Overrides:
toString in class ContextEvent