parserino ~master (2023-10-19T20:51:54Z)
Dub
Repo
Element.Attribute
parserino
Element
A simple key/value struct representing a html attribute
struct
Element
struct
Attribute {
string
name
;
string
value
;
}
Members
Variables
name
string
name
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
parserino
Element
aliases
canFind
clone
constructors
this
destructors
~this
functions
appendChild
appendSibling
byClass
byComment
byId
bySelector
byTagName
copyFrom
dup
opAssign
opCast
opEquals
opOpAssign
prependChild
prependSibling
remove
replaceWith
toString
properties
attributes
children
classes
contains
descendants
firstChild
getAttribute
hasAttribute
id
innerHTML
innerText
isAncestorOf
isDescendantOf
isEmpty
isValid
lastChild
name
next
outerHTML
owner
parent
prev
removeAttribute
setAttribute
structs
Attribute
A simple key/value struct representing a html attribute