newxml v0.2.0 (2022-09-09T21:40:57Z)
Dub
Repo
Node.lastChild
newxml
dom
Node
The last child of this node. If there is no such node, this returns
null
.
interface
Node
@
property
Node
lastChild
(
)
Meta
Source
See Implementation
newxml
dom
Node
functions
appendChild
cloneNode
compareDocumentPosition
getFeature
getUserData
hasAttributes
hasChildNodes
insertBefore
isDefaultNamespace
isEqualNode
isSameNode
isSupported
lookupNamespaceURI
lookupPrefix
normalize
removeChild
replaceChild
setUserData
properties
attributes
baseURI
childNodes
firstChild
lastChild
localName
namespaceURI
nextSibling
nodeName
nodeType
nodeValue
ownerDocument
parentNode
prefix
previousSibling
textContent
The last child of this node. If there is no such node, this returns null.