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::Filter::Moose(3) User Contributed Perl Documentation XML::Filter::Moose(3)

XML::Filter::Moose - A Moose-ified base class for XML::SAX

version 0.15

    package MyFilter;
    use Moose
    extends qw(XML::SAX::Base);

    augment start_element => start {
        my ($self, $el) = @_;
        $el->{Data} = [do something];
    };

The XML::Filter::Moose class implements ...

Returns the root element, or the first element in the stack

Insert description of subroutine here...

Return true if we are currently working on the root element.

Returns the parent of the current element.

Fires at the start of the document.

Fires at the start of an element.

Fires at the start of a text node.

Fires at the end of an element.

Fires at the end of a document.

Moose

XML::SAX::Base

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)

Based upon XML::SAX::Base

Kip Hampton (khampton@totalcinema.com)

Robin Berjon (robin@knowscape.com)

Matt Sergeant (matt@sergeant.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.