ae ~next (2021-10-23T04:25:29.3345725)
Dub
Repo
isTag
ae
utils
xml
helpers
Returns
true
if node
n
is a tag, and its tag name is
tag
.
bool
isTag
(
XmlNode
n
,
string
tag
,
XmlNodeType
type
=
XmlNodeType.Node
)
Meta
Source
See Implementation
ae
utils
xml
helpers
functions
findNodes
findOnlyChild
isTag
newNode
newTextNode
Returns true if node n is a tag, and its tag name is tag.