public class StartElementEvent extends Object implements SAXEventReplay
Modifier and Type | Field and Description |
---|---|
Attributes |
atts |
String |
localName |
String |
qName |
String |
uri |
Constructor and Description |
---|
StartElementEvent() |
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,
Attributes atts) |
public String uri
public String localName
public String qName
public Attributes atts
public void set(String uri, String localName, String qName, Attributes atts)
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.