diet-ng ~master (2018-03-12T20:48:58Z)
Dub
Repo
Node.this
diet
dom
Node
Constructs a new node.
class
Node
@
safe
nothrow
this
(
Location
loc
=
Location.init
,
string
name
= null
,
Attribute
[]
attributes
= null
,
NodeContent
[]
contents
= null
,
NodeAttribs
attribs
=
NodeAttribs.none
)
Meta
Source
See Implementation
diet
dom
Node
constructors
this
enums
SpecialName
functions
addText
getAttribute
hasNonWhitespaceContent
isProceduralTextNode
isTextNode
opEquals
stripIfOnlyWhitespace
stripLeadingWhitespace
stripTrailingWhitespace
toString
properties
class_
id
variables
attribs
attributes
contents
loc
name
Constructs a new node.