ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
XmlNode.findChildren
ae
utils
xml
lite
XmlNode
Returns all immediate children which are a tag and have the tag name
tag
.
class
XmlNode
final
XmlNode
[]
findChildren
(
string
tag
)
Meta
Source
See Implementation
ae
utils
xml
lite
XmlNode
aliases
opDollar
constructors
this
functions
addAttribute
addChild
findChild
findChildren
opApply
opIndex
toPrettyString
toString
writeTo
properties
dup
length
text
variables
attributes
children
endPos
parent
startPos
tag
type
Returns all immediate children which are a tag and have the tag name tag.