GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::Toolkit::Builder::Filter(3) User Contributed Perl Documentation XML::Toolkit::Builder::Filter(3)

version 0.15 XML::Toolkit::Builder::Filter - An XML::SAX Filter that generates Moose Classes from SAX events.

    use XML::Toolkit::Builder::Filter;

    my $filter = XML::Toolkit::Builder::Filter->new( 
        template => $template, 
        namespace => $namespace 
    );

    my $parser = XML::SAX::ParserFactory->parser( Handler => $filter );

    $parser->parse_file($file);
    print $filter->render;

The XML::Toolkit::Builder::Filter class implements an XML::SAX Filter that generates Moose Classes from SAX events.

Insert description of method here...

Insert description of method here...

Insert description of method here...

Insert description of method here...

Modules used, version dependencies, core yes/no

Moose

MooseX::AttributeHelpers

Moose::Util::TypeConstraints

XML::Filter::Moose

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

Chris Prather (chris@prather.org)

Copyright 2009 by Chris Prather.

This software is free. It is licensed under the same terms as Perl itself.

2012-04-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.