The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XML::Compile::Schema::BuiltInStructs - handling of built-in data-structures

INHERITANCE

 XML::Compile::Schema::BuiltInStructs
   is an Exporter

SYNOPSIS

 # Not for end-users
 use XML::Compile::Schema::BuiltInStructs;
 my $run = builtin_structs('READER');

DESCRIPTION

The translator understands schema's, but does not encode that into actions. This module implements those actions, which are different for the reader and the writer.

In a later release of XML::Compile, this module will probably be split in a separate READER and WRITER module, because we usually do not need both reader and writer within one program. It will make the code cleaner. For now, development is easier because both reader and writer code are visible at once.

METHODS

XML::Compile::Schema::BuiltInStructs->builtin_structs('READER'|'WRITER')

    Returns a hash which defines the code to produce the code which will do the job... code which produces code... I know, it is not that simple.

REFERENCES

See the XML::Compile website at http://perl.overmeer.net/xml-compile/ for more details.

COPYRIGHTS

Module version 0.07. Written by Mark Overmeer (mark@overmeer.net). See the ChangeLog for other contributors.

Copyright (c) 2006 by the author(s). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.