newxml v0.2.0 (2022-09-09T21:40:57Z)
Dub
Repo
Node.hasAttributes
newxml
dom
Node
Returns whether this node (if it is an element) has any attributes.
interface
Node
bool
hasAttributes
(
)
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
Returns whether this node (if it is an element) has any attributes.