orange ~master (2020-03-21T19:05:30Z)
Home
Dub
Repo
Element.this
orange
xml
PhobosXml
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
orange
xml
PhobosXml
Element
constructors
this
functions
name
opCmp
opEquals
opOpAssign
pretty
text
toHash
toString
value
properties
isEmptyXML
variables
cdatas
comments
elements
items
parent
pis
tag
texts
Constructs an Element from a Tag.