Function Node.this
Constructs a new node.
this
(
Location loc = Location(null, 0),
string name = null,
Attribute[] attributes = null,
NodeContent[] contents = null,
NodeAttribs attribs = cast(NodeAttribs)0,
string translation_key = null
) nothrow @safe;