ae v0.0.2715 (2020-07-22T04:49:54Z)
Home
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
(
XmlNodeType
type
,
string
tag
,
string
[
string
]
attributes
= null
,
XmlNode
[]
children
= null
)
XmlNode
newNode
(string tag, string[string] attributes, XmlNode[] children)
Meta
Source
See Implementation
ae
utils
xml
helpers
functions
findNodes
findOnlyChild
isTag
newNode
newTextNode