|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SAXEvent
Persistent capture of a SAX event.
| Method Summary | |
|---|---|
void |
send(ContentHandler handler)
Sends this event to the specified content handler. |
| Method Detail |
|---|
void send(ContentHandler handler)
throws SAXException
ClassCastException - if the event is an extended one
(defined by org.xml.sax.ext.LexicalHandler,
such as textbender.g.xml.sax.ext.CommentEvent)
but the supplied handler is not a LexicalHandler
SAXException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||