XMLContainer

NAME LibXML::Class::Attr::XMLContainer - XML-containerizeable xml-element attributes

DESCRIPTION

This is the base role for attribute descriptors capable of implementing :container parameter of xml-element trait.

Attribute

  • $.container

    Can be either Bool or Str. In the latter case the value is a name of container XML element.

Methods

  • method outer-name()

    Returns either container name, or $.xml-name. In either case, it is the outermost XML element name of this attribute's serialization.

  • method container-name()

    Returns Nil if attribute is not containerized. Otherwise it would be either $.container when it's a string, or $.xml-name.

  • method value-name(Mu $value?)

    Returns XML name of value element for this attribute. When there is no container the name would be just $.xml-name. With a container value type is determined either from $value, if passed in, or from attribute's nominal type. The type is used to determine the name and Nil would be returned if the type is a basic one.

SEE ALSO

COPYRIGHT

(c) 2023, Vadim Belman <[email protected]>

LICENSE

Artistic License 2.0

See the LICENSE|../../../../LICENSE file in this distribution.

LibXML::Class v0.0.1

General purpose XML de-/serialization for Raku

Authors

  • Vadim Belman

License

Artistic-2.0

Dependencies

LibXML:ver<0.10.0>:auth<zef:dwarring>AttrX::Mooish:auth<zef:vrurg>:api<1.0.0+>:ver<1.0.3+>Hash::Merge:ver<2.0.0>:auth<github:scriptkitties>:api<2>

Provides

  • LibXML::Class
  • LibXML::Class::Attr
  • LibXML::Class::Attr::Node
  • LibXML::Class::Attr::XMLish
  • LibXML::Class::CX
  • LibXML::Class::Config
  • LibXML::Class::Descriptor
  • LibXML::Class::Document
  • LibXML::Class::HOW::AttrContainer
  • LibXML::Class::HOW::Configurable
  • LibXML::Class::HOW::Element
  • LibXML::Class::HOW::ElementRole
  • LibXML::Class::HOW::ElementSeq
  • LibXML::Class::HOW::Explicit
  • LibXML::Class::HOW::Imply
  • LibXML::Class::HOW::Named
  • LibXML::Class::ItemDescriptor
  • LibXML::Class::NS
  • LibXML::Class::Node
  • LibXML::Class::Types
  • LibXML::Class::Utils
  • LibXML::Class::X
  • LibXML::Class::XML

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.