public class EndElementEvent extends Object implements SAXEventReplay
Modifier and Type | Field and Description |
---|---|
String |
localName |
String |
qName |
String |
uri |
Constructor and Description |
---|
EndElementEvent() |
Modifier and Type | Method and Description |
---|---|
void |
replay(ContentHandler handler)
Replay the last SAX event onto the supplied SAX
ContentHandler instance. |
void |
set(String uri,
String localName,
String qName) |
public void replay(ContentHandler handler) throws SmooksException
SAXEventReplay
ContentHandler
instance.replay
in interface SAXEventReplay
handler
- The handler on whic to replay the last event.SmooksException
- Error replaying last event.Copyright © 2020. All rights reserved.