Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.xml.dom.DomEvent
gnu.xml.dom.DomEvent.DomMutationEvent
Nested Class Summary |
Nested classes/interfaces inherited from class gnu.xml.dom.DomEvent | |
DomEvent.DomMutationEvent , DomEvent.DomUIEvent |
Fields inherited from interface org.w3c.dom.events.Event | |
AT_TARGET , BUBBLING_PHASE , CAPTURING_PHASE |
Fields inherited from interface org.w3c.dom.events.MutationEvent | |
ADDITION , MODIFICATION , REMOVAL |
Constructor Summary | |
|
Method Summary | |
short |
|
String |
|
String |
|
String |
|
Node |
|
void |
|
Methods inherited from class gnu.xml.dom.DomEvent | |
getBubbles , getCancelable , getCurrentTarget , getEventPhase , getTarget , getTimeStamp , getType , initEvent , preventDefault , stopPropagation , toString |
public final short getAttrChange()
For attribute change events, returns how the attribuet changed
- Specified by:
- getAttrChange in interface MutationEvent
public final String getAttrName()
For attribute change events, returns the attribute's name
- Specified by:
- getAttrName in interface MutationEvent
public final String getNewValue()
Returns any "new value" provided by this type of event
- Specified by:
- getNewValue in interface MutationEvent
public final String getPrevValue()
Returns any "previous value" provided by this type of event
- Specified by:
- getPrevValue in interface MutationEvent
public final Node getRelatedNode()
Returns any "related" node provided by this type of event
- Specified by:
- getRelatedNode in interface MutationEvent
public final void initMutationEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevValueArg, String newValueArg, String attrNameArg, short attrChangeArg)
Initializes a mutation event
- Specified by:
- initMutationEvent in interface MutationEvent