|
Xerces 1.0.0 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
altKey
indicates whether the 'alt' key was depressed during
the firing of the event.
AttributeList
implementation.
Attr
node by name.
NamedNodeMap
containing the attributes of this node (if it
is an Element
) or null
otherwise.
attrName
indicates the changed attr in the attrModified
event.
bubbles
property indicates whether or not an event is a
bubbling event.
button
is used to indicate which mouse button
changed state.
cancelable
property indicates whether or not an event
can have its default action prevented.
charCode
holds the value of the Unicode character
associated with the depressed key if the event is a key event.
NodeList
that contains all children of this node.
clickCount
property indicates the number of times a
mouse button has been pressed and released over the same screen location
during a user action.
clientX
indicates the horizontal coordinate at which the
event occurred relative to the DOM implementation's client area.
clientY
indicates the vertical coordinate at which the
event occurred relative to the DOM implementation's client area.
ctrlKey
indicates whether the 'ctrl' key was depressed
during the firing of the event.
currentNode
property indicates to which Node
the event is currently being dispatched.
DocumentType
) associated
with this document.
NodeList
of all descendant elements with a given
tag name, in the order in which they would be encountered in a preorder
traversal of the Element
tree.
NodeList
of all the Element
s with a
given tag name in the order in which they would be encountered in a
preorder traversal of the Document
tree.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
eventPhase
property indicates which phase of event flow
is currently being evaluated.
DOMImplementation
object that handles this document.
keyCode
holds the virtual key code value of
the key which was depressed if the event is a key event.
data
and
the substringData
method below.
metaKey
indicates whether the 'meta' key was depressed
during the firing of the event.
DOCTYPE
keyword.
newValue
indicates the new value of text nodes and
attributes in attrModified and charDataModified events.
NamedNodeMap
containing the notations declared in the
DTD.
Document
object associated with this node.
prevValue
indicates the previous value of text nodes and
attributes in attrModified and charDataModified events.
InputSource
that we are processing.
relatedNode
is used to identify a secondary node related to
a UI event.
relatedNode
is used to identify a secondary node related to
a mutation event.
screenX
indicates the horizontal coordinate at which the
event occurred in relative to the origin of the screen coordinate system.
screenY
indicates the vertical coordinate at which the
event occurred relative to the origin of the screen coordinate system.
shiftKey
indicates whether the 'shift' key was depressed
during the firing of the event.
true
; otherwise, it is false
.
InputSource
that we are processing.
target
property indicates the EventTarget
to which the event was originally dispatched.
type
property represents the event name as a string
property.
|
Xerces 1.0.0 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |