newxml v0.2.0 (2022-09-09T21:40:57Z)
Dub
Repo
Node.isDefaultNamespace
newxml
dom
Node
This method checks if the specified
namespaceURI
is the default namespace or not.
interface
Node
bool
isDefaultNamespace
(
DOMString
namespaceURI
)
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
This method checks if the specified namespaceURI is the default namespace or not.