ae ~next (2021-10-23T04:25:29.3345725)
Dub
Repo
newNode
ae
utils
xml
helpers
Create a new node with the given properties.
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
Create a new node with the given properties.