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