sigmlstream.xml
Class StartElementEvent

java.lang.Object
  extended by sigmlstream.xml.StartElementEvent
All Implemented Interfaces:
XMLUnitEvent

public final class StartElementEvent
extends java.lang.Object
implements XMLUnitEvent

A "start element" XML unit event.


Constructor Summary
StartElementEvent(java.lang.String uri, java.lang.String lname, java.lang.String qname, org.xml.sax.Attributes attrs)
          Constructs a new "start element" XML unit event, characterized by the given arguments.
 
Method Summary
 void feedToContentHandler(org.xml.sax.ContentHandler chdlr)
          Announces this event to the given SAX content handler by passing the its defining characteristics to the handler's startElement() method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartElementEvent

public StartElementEvent(java.lang.String uri,
                         java.lang.String lname,
                         java.lang.String qname,
                         org.xml.sax.Attributes attrs)
Constructs a new "start element" XML unit event, characterized by the given arguments.

Method Detail

feedToContentHandler

public void feedToContentHandler(org.xml.sax.ContentHandler chdlr)
                          throws org.xml.sax.SAXException
Announces this event to the given SAX content handler by passing the its defining characteristics to the handler's startElement() method.

Specified by:
feedToContentHandler in interface XMLUnitEvent
Throws:
org.xml.sax.SAXException