undead v1.1.4 (2021-03-04T08:12:54Z)
Home
Dub
Repo
Element.this
undead
xml
Element
Constructs an Element from a Tag.
this
(string name, string interior)
this
(const(Tag) tag_)
class
Element
@
safe
pure
this
(
const
(
Tag
)
tag_
)
Parameters
tag_
const
(
Tag
)
the start or empty tag of the element.
Meta
Source
See Implementation
undead
xml
Element
constructors
this
functions
opCmp
opEquals
opOpAssign
pretty
text
toHash
toString
properties
isEmptyXML
variables
cdatas
comments
elements
items
pis
tag
texts
Constructs an Element from a Tag.