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

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

public class StartElementEvent
extends ContextEvent


Constructor Summary
StartElementEvent()
           
 
Method Summary
 org.xml.sax.Attributes attributes()
           
 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

StartElementEvent

public StartElementEvent()
Method Detail

attributes

public org.xml.sax.Attributes attributes()

toString

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