Xml

Undocumented in source.

Members

Aliases

Node
deprecated alias Node = Element
Undocumented in source.
attributeName
alias attributeName(attributes...) = attributeNameImpl!(Attribute, AttributeName, attributes)
Undocumented in source.
elementName
alias elementName(attributes...) = attributeNameImpl!(Element, ElementName, attributes)
Undocumented in source.

Static functions

Attribute
AttributeName Attribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Element
ElementName Element(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Decode
struct Decode(alias DecodeFunction_)
Undocumented in source.
Encode
struct Encode(alias EncodeFunction_)
Undocumented in source.
Text
struct Text
Undocumented in source.

Meta