XML::Generator::Moose - A Moose based subclass of XML::SAX::Base


XML-Toolkit documentation  | view source Contained in the XML-Toolkit distribution.

Index


NAME

Top

XML::Generator::Moose - A Moose based subclass of XML::SAX::Base

SYNOPSIS

Top

    package MySAX::Generator;
    use Moose;
    extends qw(XML::Generator::Moose);    




DESCRIPTION

Top

XML::Generator::Moose is a subclass of XML::SAX::Base that provides a standard framework and default implementation of methods for generating SAX events.

ATTRIBUTES

Top

Handler

See Also XML::SAX::Base

METHODS

Top

start_element
end_element
characters
newline
cdata
parse

See Also XML::SAX::Base

INCOMPATIBILITIES

Top

None reported.

BUGS AND LIMITATIONS

Top

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

Top

Chris Prather <chris@prather.org>

LICENCE AND COPYRIGHT

Top


XML-Toolkit documentation  | view source Contained in the XML-Toolkit distribution.