|
Xerces 2.0.0.alpha | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Attr
node by local name and namespace URI.
NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
attrName
indicates the name of the changed
Attr
node in a DOMAttrModified event.
bubbles
property indicates whether or not an event is
a bubbling event.
cancelable
property indicates whether or not an event
can have its default action prevented.
NodeList
that contains all children of this node.
currentNode
property indicates the Node
whose EventListeners
are currently being processed.
DocumentType
)
associated with this document.
Element
whose ID
is given by
elementId
.
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 Elements
with
a given tag name in the order in which they would be encountered in a
preorder traversal of the Document
tree.
NodeList
of all the Elements
with
a given local name and namespace URI in the order in which they would
be encountered in a preorder traversal of the Document
tree, starting from this node.
NodeList
of all the Elements
with
a given local name and namespace URI 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.
FactoryConfigurationError
or null if there is none.
DOMImplementation
object that handles this document.
data
and the substringData
method below.
DOCTYPE
keyword.
null
if it is
unspecified.
newValue
indicates the new value of the Attr
node in DOMAttrModified events, and of the CharacterData
node in DOMCharDataModified events.
NamedNodeMap
containing the notations declared in the
DTD.
Document
object associated with this node.
Element
node this attribute is attached to or
null
if this attribute is not in use.
Parser
object which is wrapped by
this SAXParser
implementation.
null
if it is
unspecified.
prevValue
indicates the previous value of the
Attr
node in DOMAttrModified events, and of the
CharacterData
node in DOMCharDataModified events.
relatedNode
is used to identify a secondary node related
to a mutation event.
true
; otherwise, it is
false
.
target
property indicates the EventTarget
to which the event was originally dispatched.
timeStamp
specifies the time (in milliseconds relative
to the epoch) at which the event was created.
type
property represents the event name as a string
property.
|
Xerces 2.0.0.alpha | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |