Access all direct-child tags that don't have a namespace.
Returns a random access range of Tag objects that supports numeric-indexing, string-indexing, slicing and length.
Since SDLang allows multiple tags with the same name, string-indexing returns a random access range of all immediate child tags with the given name.
The string-indexing does not support namespace prefixes. Use namespace[string].attributes or all.attributes for that.
See API Overview for a high-level overview (and examples) of how to use this.
See Implementation
Access all direct-child tags that don't have a namespace.
Returns a random access range of Tag objects that supports numeric-indexing, string-indexing, slicing and length.
Since SDLang allows multiple tags with the same name, string-indexing returns a random access range of all immediate child tags with the given name.
The string-indexing does not support namespace prefixes. Use namespace[string].attributes or all.attributes for that.
See API Overview for a high-level overview (and examples) of how to use this.