textbender.g.xml.sax
Class StartElementEvent
java.lang.Object
  
StartElementEvent
- All Implemented Interfaces: 
 - SAXEvent
 
public class StartElementEvent
- extends Object
- implements SAXEvent
  
Persistent capture of a SAX startElement() event.
- See Also:
 ContentHandler.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StartElementEvent
public StartElementEvent(String uri,
                         String localName,
                         String qName,
                         Attributes atts)
- Creates a StartElementEvent.
 
uri
public String uri()
 
 
localName
public String localName()
 
 
qName
public String qName()
 
 
atts
public Attributes atts()
 
 
send
public void send(ContentHandler handler)
          throws SAXException
- Description copied from interface: 
SAXEvent 
- Sends this event to the specified content handler.
- Specified by:
 send in interface SAXEvent
 
- Throws:
 SAXException