Class DOMMutationNameEvent
java.lang.Object
org.apache.batik.dom.events.AbstractEvent
org.apache.batik.dom.events.DOMMutationEvent
org.apache.batik.dom.events.DOMMutationNameEvent
- All Implemented Interfaces:
Cloneable, OriginalEvent, MutationNameEvent, Event, MutationEvent
Class to implement DOM 3 MutationName events.
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe node's previous namespace URI.protected StringThe node's previous name.Fields inherited from class AbstractEvent
bubbleLimit, cancelable, currentTarget, defaultActions, eventPhase, isBubbling, namespaceURI, originalEvent, preventDefault, stopImmediatePropagation, stopPropagation, target, timeStamp, typeFields inherited from interface Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASEFields inherited from interface MutationEvent
ADDITION, MODIFICATION, REMOVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the node's previous namespace URI.Gets the node's previous node name.voidinitMutationNameEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevNamespaceURIArg, String prevNodeNameArg) Initializes this MutationNameEvent.voidinitMutationNameEventNS(String namespaceURI, String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevNamespaceURIArg, String prevNodeNameArg) Initializes this MutationNameEvent.Methods inherited from class DOMMutationEvent
getAttrChange, getAttrName, getNewValue, getPrevValue, getRelatedNode, initMutationEvent, initMutationEventNSMethods inherited from class AbstractEvent
addDefaultAction, clone, cloneEvent, getBubbleLimit, getBubbles, getCancelable, getCurrentTarget, getDefaultActions, getDefaultPrevented, getEventPhase, getNamespaceURI, getOriginalEvent, getStopImmediatePropagation, getStopPropagation, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, preventDefault, setBubbleLimit, setCurrentTarget, setEventPhase, setTarget, stopImmediatePropagation, stopImmediatePropagation, stopPropagation, stopPropagationMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Event
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagationMethods inherited from interface MutationEvent
getAttrChange, getAttrName, getNewValue, getPrevValue, getRelatedNode, initMutationEvent
-
Field Details
-
prevNamespaceURI
The node's previous namespace URI. -
prevNodeName
The node's previous name.
-
-
Constructor Details
-
DOMMutationNameEvent
public DOMMutationNameEvent()
-
-
Method Details
-
initMutationNameEvent
public void initMutationNameEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevNamespaceURIArg, String prevNodeNameArg) Initializes this MutationNameEvent.- Specified by:
initMutationNameEventin interfaceMutationNameEvent- Parameters:
typeArg- Refer to theMutationEvent.initMutationEvent()method for a description of this parameter.canBubbleArg- Refer to theMutationEvent.initMutationEvent()method for a description of this parameter.cancelableArg- Refer to theMutationEvent.initMutationEvent()method for a description of this parameter.relatedNodeArg- Refer to theMutationEvent.initMutationEvent()method for a description of this parameter.prevNamespaceURIArg- SpecifiesMutationNameEvent.prevNamespaceURI. This value may benull.prevNodeNameArg- SpecifiesMutationNameEvent.prevNodeName.
-
initMutationNameEventNS
public void initMutationNameEventNS(String namespaceURI, String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevNamespaceURIArg, String prevNodeNameArg) Initializes this MutationNameEvent.- Specified by:
initMutationNameEventNSin interfaceMutationNameEvent- Parameters:
namespaceURI- Refer to theMutationEvent.initMutationEventNS()method for a description of this parameter.typeArg- Refer to theMutationEvent.initMutationEventNS()method for a description of this parameter.canBubbleArg- Refer to theMutationEvent.initMutationEventNS()method for a description of this parameter.cancelableArg- Refer to theMutationEvent.initMutationEventNS()method for a description of this parameter.relatedNodeArg- Refer to theMutationEvent.initMutationEventNS()method for a description of this parameter.prevNamespaceURIArg- Refer to theMutationEvent.initMutationEvent()method for a description of this parameter.prevNodeNameArg- Refer to theMutationEvent.initMutationEvent()method for a description of this parameter.
-
getPrevNamespaceURI
Gets the node's previous namespace URI.- Specified by:
getPrevNamespaceURIin interfaceMutationNameEvent
-
getPrevNodeName
Gets the node's previous node name.- Specified by:
getPrevNodeNamein interfaceMutationNameEvent
-