XMLish
NAME
LibXML::Class::Attr::XMLish - base role of all attribute descriptors|../Descriptor.md
DESCRIPTION
Attributes
Attribute:D $.attrThe Raku attribute of this descriptor.
Bool $.lazyIf this attribute must be lazily deserialized. Note that if not explicitly set then laziness flags of this attribute would be computed based on attribute's type and LibXML::Class::Config
eageparameter.Mu:U $.value-typeWhat an XML representation would be deserialized into? For Positional or Associative attributes this is the type provided by
$.attr.type.of.Note that to be considered positional or associative the attribute must have corresponding sigil. Say,
has Positional $.foois not positional forLibXML::Class.Mu:U $.nominal-typeNominalization of
$.value-type.
Methods
method sigil()Attribute's sigil.
Required Methods
method kind(--Str:D) {...}>Return the most concise description of attribute descriptor. For example, "value element".
SEE ALSO
COPYRIGHT
(c) 2023, Vadim Belman <[email protected]>
LICENSE
Artistic License 2.0
See the LICENSE|../../../../LICENSE file in this distribution.