ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
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.