feature ~main (2022-05-06T05:41:52.2473689)
Dub
Repo
Node
feature
parser
Undocumented in source.
class
Node {
Node
parent
;
Node
[]
children
;
string
value
;
string
name
;
string
[
string
]
attr
;
this
(Node parent, Node[] children, string value, string name);
}
Constructors
this
this
(Node parent, Node[] children, string value, string name)
Undocumented in source.
Members
Variables
attr
string
[
string
]
attr
;
Undocumented in source.
children
Node
[]
children
;
Undocumented in source.
name
string
name
;
Undocumented in source.
parent
Node
parent
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
feature
parser
classes
HtmlGenerator
Node
Parser