|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DocumentEvent
interface provides a mechanism by which the user can create an Event of a type supported by the implementation. It is expected that the DocumentEvent
interface will be implemented on the same object which implements the Document
interface in an implementation which supports the Event model.
See also the Document Object Model (DOM) Level 2 Events Specification.
Method Summary | |
Event |
createEvent(java.lang.String eventType) |
Method Detail |
public Event createEvent(java.lang.String eventType) throws DOMException
Event
DOMException
- NOT_SUPPORTED_ERR: Raised if the implementation does not support the type of Event
interface requested
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |