ae ~master (2024-01-05T13:09:51Z)
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.