Kite::XML::Parser - XML parser for kite related markup


Kite documentation  | view source Contained in the Kite distribution.

Index


NAME

Top

Kite::XML::Parser - XML parser for kite related markup

SYNOPSIS

Top

    package Kite::XML::Parser;

    my $parser = Kite::XML::Parser->new();
    my $kite   = $parser->parsefile($filename);

DESCRIPTION

Top

This is a simple stack based parser built around the XML::Parser module. It parses XML text and instantiates Kite::XML::Node::* objects as it identifies various elements in the markup. These are automatically constructed into a tree (a.k.a 'grove'). A node object representing the root object is returned.

AUTHOR

Top

Andy Wardley <abw@kfs.org>

REVISION

Top

$Revision: 1.1 $

COPYRIGHT

Top

SEE ALSO

Top

See also <Kite::XML::Node> and <Kite::XML::Node::Kite>


Kite documentation  | view source Contained in the Kite distribution.