Linux SoftwareSearchbox parser

Tag «box parser»: downloads



Search results for «box parser»:

SVG::Parser 1.01 by Peter Wainwright


SVG::Parser is a Perl module with XML Parser for SVG documents.

SYNOPSIS

#!/usr/bin/perl -w
use strict;
use SVG::Parser;

die "Usage: $0 n" unless @ARGV;

my $xml;
{
local $/=undef;
$xml=;
}

my $parser=new SVG::Parser(-debug => 1);
my $svg=$parser->parse($xml);
pri… 


XML::Checker::Parser 1.02 by Enno Derksen


XML::Checker::Parser is an XML::Parser that validates at parse time.

SYNOPSIS

use XML::Checker::Parser;

my %expat_options = (KeepCDATA => 1,
Handlers => [ Unparsed => &my_Unparsed_handler ]);
my $parser = new XML::Checker::Parser (%expat_options);

eval {
… 


MP3::M3U::Parser 2.20 by Burak G?rsoy


MP3::M3U::Parser is a MP3 playlist parser.

SYNOPSIS

use MP3::M3U::Parser;
my $parser = MP3::M3U::Parser->new(%options);

$parser->parse(*FILEHANDLE, $scalar, "/path/to/playlist.m3u");
my $result = $parser->result;
my %info = $parser->info;

$parser->export(-format… 


RDF::Simple::Parser 0.3 by Jo Walsh


RDF::Simple::Parser is a simple RDF/XML parser that reads a string containing RDF in XML.

SYNOPSIS

my $uri = 'http://www.zooleika.org.uk/bio/foaf.rdf';
my $rdf = LWP::Simple::get($uri);

my $parser = RDF::Simple::Parser->new(base => $uri)
my @triples = $parser->parse_rdf($… 


PXR::Parser 0.1.5 by Nicholas Perez


PXR::Parser is a Pure Perl SAX XML Push Parser.

SYNOPSIS

use PXR::Parser;

my $parser = PXR::Parser->new(
'Handlers' => {
'startDocument' => &start_doc,
'endDocument' => &end_doc,
'startElement' => &… 


C++ WSDL Parser 1.9.3 by vivek


C++ WSDL Parser is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API for dynamically inspecting and invoking WSDL Web services.

What's New in This Release:
Many WSDLs can now be dyna… 


Makefile::Parser 0.11 by Agent Zhang


Makefile::Parser is a Simple Parser for Makefiles.

SYNOPSIS

use Makefile::Parser;

$parser = Makefile::Parser->new;

# Equivalent to ->parse('Makefile');
$parser->parse or
die Makefile::Parser->error;

# Get last value assigned to the specified variable 'CC':
print $… 


HTML::Parser 3.54 by Gisle Aas


HTML::Parser is a HTML parser class. Objects of the HTML::Parser class will recognize markup and separate it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding event handlers are invoked.
HTML::Parser is not a generic SGML… 


XML::Parser 2.34 by Larry Wall


XML::Parser is a perl module for parsing XML documents.

SYNOPSIS

use XML::Parser;

$p1 = new XML::Parser(Style => 'Debug');
$p1->parsefile('REC-xml-19980210.xml');
$p1->parse('Hello World');

# Alternative
$p2 = new XML::Parser(Handlers => {Start => &handle_start,
… 


Pod::XML 0.96 by Matt Sergeant


Pod::XML is a Perl module to convert POD to XML.

SYNOPSIS

use Pod::XML;
my $parser = Pod::XML->new();
$parser->parse_from_file("foo.pod");

This module uses Pod::Parser to parse POD and generates XML from the resulting parse stream. It uses its own format, described below.

Require… 


Test-Parser 1.2 by Bryce Harrington


Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc.

Test-Parser can also export tests in SpikeSource's TRPI test description XML langua… 


Regexp::Parser 0.20 by Jeff Pinyan


Regexp::Parser is a Perl module for parsing regexes.

This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4's regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there is… 


XML::Parser::PerlSAX 0.08 by Ken MacLeod


XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser.

SYNOPSIS

use XML::Parser::PerlSAX;

$parser = XML::Parser::PerlSAX->new( [OPTIONS] );
$result = $parser->parse( [OPTIONS] );

$result = $parser->parse($string);

XML::Parser::PerlSAX is a PerlSAX parser using the XML::Pars… 


Dragon parser generator 1.2.5 by Lemke IT


Dragon is a powerful parser generator. It produces a consequent, object-oriented, integrated scanner and parser solution. Dragon parser generator also scales for very large grammar defintions. Since dragon parses LR(1) grammars, the generation algorithm is quite CPU intensive.

Using LR(1) instead… 


Mail::Box::Parser::C 3.006 by Mail::Box::Parser::C Team


Mail::Box::Parser::C is a Perl module that can parse folders for MailBox with C routines.

This is an optional module for MailBox, and will (once installed) automatically be used by MailBox to parse e-mail message content when the message is supplied as file-handle. In all other cases, MailBox wil… 


LLnextgen 0.3.3 by G. Halkes


LLnextgen is an Extended-LL(1) parser generator. LLnextgen project is a rewrite of the LLgen parser generator by D. Grune and C.J.H. Jacobs which is part of the Amsterdam Compiler Kit (ACK).

Like all parser generators, LLnextgen takes the description of the grammar with associated actions as inpu… 


XML::Parser::EasyTree 0.01 by Eric Bohlman


XML::Parser::EasyTree is an easier tree style for XML::Parser.

SYNOPSIS

use XML::Parser;
use XML::Parser::EasyTree;
$XML::Parser::Easytree::Noempty=1;
my $p=new XML::Parser(Style=>'EasyTree');
my $tree=$p->parsefile('something.xml');

XML::Parser::EasyTree adds a new "built-in"… 


XML::SAX 0.14 by Matt Sergeant, Kip Hampton and Robin Berjon


XML::SAX is a simple API for XML.

SYNOPSIS

use XML::SAX;

# get a list of known parsers
my $parsers = XML::SAX->parsers();

# add/update a parser
XML::SAX->add_parser(q(XML::SAX::PurePerl));

# remove parser
XML::SAX->remove_parser(q(XML::SAX::Foodelberry));

# s… 


Bigtop::Parser 0.16 by Phil Crow


Bigtop::Parser is the Parse::RecDescent grammar driven parser for bigtop files.

SYNOPSIS

Make a file like this:
config {
base_dir `/home/username`;
Type1 Backend {}
Type2 Backend {}
Type3 Backend {}
}
app App::Name {
table name { }
… 


Audio::Cuefile::Parser 0.01 by Matt Koscica


Audio::Cuefile::Parser is a Perl module for audio cuefile parser.

SYNOPSIS

Class to parse a cuefile and access the chewy, nougat centre. Returns Audio::Cuefile::Parser::Track objects.

USAGE:

use Audio::Cuefile::Parser;
my $filename = 'filename.cue';
my $cue = Audio::Cuefile::Parser->ne… 



Related:

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell



Top tags