ae ~botan (2022-01-24T12:47:20.564296)
Dub
Repo
newNode
ae
utils
xml
helpers
Undocumented in source. Be warned that the author may not have intended to support it.
XmlNode
newNode
(XmlNodeType type, string tag, string[string] attributes, XmlNode[] children)
XmlNode
newNode
(string tag, string[string] attributes, XmlNode[] children)
XmlNode
newNode
(
string
tag
,
string
[
string
]
attributes
= null
,
XmlNode
[]
children
= null
)
Meta
Source
See Implementation
ae
utils
xml
helpers
functions
findNodes
findOnlyChild
isTag
newNode
newTextNode