public interface NGCCEventSource
Auto-generated, do not edit.
Modifier and Type | Method and Description |
---|---|
int |
replace(NGCCEventReceiver _old,
NGCCEventReceiver _new)
Replaces an old handler with a new handler, and returns
ID of the EventReceiver thread.
|
void |
sendEnterAttribute(int receiverThreadId,
String uri,
String local,
String qname) |
void |
sendEnterElement(int receiverThreadId,
String uri,
String local,
String qname,
Attributes atts)
Sends an enter element event to the specified EventReceiver thread.
|
void |
sendLeaveAttribute(int receiverThreadId,
String uri,
String local,
String qname) |
void |
sendLeaveElement(int receiverThreadId,
String uri,
String local,
String qname) |
void |
sendText(int receiverThreadId,
String value) |
int replace(NGCCEventReceiver _old, NGCCEventReceiver _new)
void sendEnterElement(int receiverThreadId, String uri, String local, String qname, Attributes atts) throws SAXException
SAXException
void sendLeaveElement(int receiverThreadId, String uri, String local, String qname) throws SAXException
SAXException
void sendEnterAttribute(int receiverThreadId, String uri, String local, String qname) throws SAXException
SAXException
void sendLeaveAttribute(int receiverThreadId, String uri, String local, String qname) throws SAXException
SAXException
void sendText(int receiverThreadId, String value) throws SAXException
SAXException
Copyright © 2019 JBoss by Red Hat. All rights reserved.