The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::Toolkit::Generator::Default - A Default Moose Object to XML Generator

VERSION

version 0.15

SYNOPSIS

    use XML::Toolkit::Generator::Default;
    XML::Toolkit::Generator::Default->new( Handler => XML::SAX::Writer->new );

DESCRIPTION

A subclass of XML::Generator::Moose, this class generates SAX events from Moose objects.

ATTRIBUTES

See XML::Generator::Moose.

METHODS

get_element_name
is_node
is_child_node
is_text_node
is_attribute_node
get_attribute_nodes
parse_object

See Also XML::Generator::Moose

INCOMPATIBILITIES

None reported.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to bug-xml-toolkit@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

Chris Prather <chris@prather.org>

LICENCE AND COPYRIGHT

Copyright (c) 2008, Chris Prather <chris@prather.org>. Some rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.