Function Tag.tags

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.

Prototype

sdlang.ast.Tag.__T11MemberRangeTC6sdlang3ast3TagVAyaa7_616c6c54616773VAyaa11_746167496e646963696573VAyaa5_5f74616773Z.MemberRange tags() @property;

Authors

Copyright

License