Chris Prather > XML-Toolkit > XML::Toolkit::Generator::Default

Download:
XML-Toolkit-0.06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

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

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_attrs
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.