Struct Tag.MaybeAccess
Fields
| Name | Type | Description |
|---|---|---|
| tag | Tag |
Methods
| Name | Description |
|---|---|
| attributes | Access all attributes that don't have a namespace |
| tags | Access all direct-child tags that don't have a namespace |
| namespaces | Access all namespaces in this tag, and the attributes/tags within them. |
| all | Access all attributes and tags regardless of namespace. |