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

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

public class ProcessingInstructionEvent
extends ContextEvent


Constructor Summary
ProcessingInstructionEvent()
           
 
Method Summary
 java.lang.String data()
           
 java.lang.String target()
           
 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

ProcessingInstructionEvent

public ProcessingInstructionEvent()
Method Detail

target

public java.lang.String target()

data

public java.lang.String data()

toString

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