|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NGCCEventSource
Auto-generated, do not edit.
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||