|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.xml.dom.DomEvent
gnu.xml.dom.DomEvent.DomMutationEvent
public static final class DomEvent.DomMutationEvent
"MutationEvent" implementation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class gnu.xml.dom.DomEvent |
---|
DomEvent.DomMutationEvent, DomEvent.DomUIEvent |
Field Summary |
---|
Fields inherited from interface org.w3c.dom.events.MutationEvent |
---|
ADDITION, MODIFICATION, REMOVAL |
Fields inherited from interface org.w3c.dom.events.Event |
---|
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE |
Constructor Summary | |
---|---|
DomEvent.DomMutationEvent(java.lang.String type)
Constructs an uninitialized mutation event. |
Method Summary | |
---|---|
short |
getAttrChange()
For attribute change events, returns how the attribuet changed |
java.lang.String |
getAttrName()
For attribute change events, returns the attribute's name |
java.lang.String |
getNewValue()
Returns any "new value" provided by this type of event |
java.lang.String |
getPrevValue()
Returns any "previous value" provided by this type of event |
org.w3c.dom.Node |
getRelatedNode()
Returns any "related" node provided by this type of event |
void |
initMutationEvent(java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
org.w3c.dom.Node relatedNodeArg,
java.lang.String prevValueArg,
java.lang.String newValueArg,
java.lang.String attrNameArg,
short attrChangeArg)
Initializes a mutation event |
Methods inherited from class gnu.xml.dom.DomEvent |
---|
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.events.Event |
---|
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation |
Constructor Detail |
---|
public DomEvent.DomMutationEvent(java.lang.String type)
Method Detail |
---|
public final org.w3c.dom.Node getRelatedNode()
getRelatedNode
in interface org.w3c.dom.events.MutationEvent
public final java.lang.String getPrevValue()
getPrevValue
in interface org.w3c.dom.events.MutationEvent
public final java.lang.String getNewValue()
getNewValue
in interface org.w3c.dom.events.MutationEvent
public final java.lang.String getAttrName()
getAttrName
in interface org.w3c.dom.events.MutationEvent
public final short getAttrChange()
getAttrChange
in interface org.w3c.dom.events.MutationEvent
public final void initMutationEvent(java.lang.String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.Node relatedNodeArg, java.lang.String prevValueArg, java.lang.String newValueArg, java.lang.String attrNameArg, short attrChangeArg)
initMutationEvent
in interface org.w3c.dom.events.MutationEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2012-01-06.