Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.441.562 Times

Java Parser freeware
Filter: All | Freeware | Demo
 

Java Parser

1 2 3 4 5 > 
Released: December 09, 2012  |  Added: December 09, 2012 | Visits: 371

Parser OBjectS (POBS) Native Java parser framework, no (pre-)compilers needed. Closely follows BNF syntax. Optimized for performance and low overhead. Highly flexible and extendable using a streamlined API. Integrate semantics, tracing and even context sensitive parsers.



Platforms: Windows, Mac, Linux

License: Freeware Size: 360.77 KB Download (48): Parser OBjectS (POBS) Download

Added: May 02, 2010 | Visits: 1.197

Parse::Java Parse::Java is a Perl module that acts like a parser for Java code. SYNOPSIS use Parse::Java; my $ast = Parse::Java->parse_file(MyClass.java); Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff. As this module is...





Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Parse::Java Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 458

JCLAP JCLAP, which is actually short for Java Command-Line Argument Parser was designed as an accessible tool for Java developers. It is supposed to help you provide a simple and robust Command-Line Interface for software applications that don't require a Graphical User Interface.


Platforms: Windows

License: Freeware Download (409): JCLAP Download

Added: July 08, 2010 | Visits: 1.028

msgparser msgparser project is a parser for .msg Files in Java. msgparser is a small open source Java library that parses Outlook .msg files and provides their content using Java objects. msgparser uses the Apache POI - POIFS library to parse the message files which use the OLE 2 Compound Document...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (178): msgparser Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 628

Java API for NMEA Programming. Java API for NMEA programming. Java Parser for NMEA Streams.


Platforms: Windows, Mac, Linux

License: Freeware Size: 47.59 KB Download (60): Java API for NMEA Programming. Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 335

LWKT LWKT is designed as an Open Source, handy and accessible WKT parser. LWKT is able to support point, multipoint, linestring, multilinestring, polygon and multipolygon. Now you can make use of this handy tool to improve your development process.


Platforms: Windows

License: Freeware Download (44): LWKT Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 227

X2S X2S was specially developed as a simple, accessible and Open Source DOM parser. The aim is to retrieve attributes and text-values from an XML DOM document in the case you don't need all features and complexity of XPath and/or XQuery.


Platforms: Windows

License: Freeware Download (44): X2S Download

Added: May 10, 2013 | Visits: 477

FindBugs This is the web page for FindBugs, a program which uses static analysis to look for bugs in Java code. It is free software, distributed under the terms of the Lesser GNU Public License. The name FindBugs??a*zNz and the FindBugs logo are trademarked by The University of Maryland. FindBugs has been...


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (52): FindBugs Download

Added: June 18, 2010 | Visits: 1.184

Java Mozilla Html Parser Java Mozilla Html Parser project is a Java package that enables you to parse html pages into a Java Document object. The parser is a wrapper around Mozillas Html Parser, thus giving the user a browser-quality html parser. Limitiations and known issues The most major limitation is performance...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): Java Mozilla Html Parser Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 828

General SQL Parser Java General SQL Parser Java version (used from simple JSP web application to large J2EE project) is valuable because it provides an in-depth and detailed analysis of SQL scripts for various databases, including Oracle, SQL Server, DB2, MySQL,Teradata and Access. Without a complete query parser like...


Platforms: Windows

License: Freeware Download (58): General SQL Parser Java Download

Added: February 24, 2010 | Visits: 1.291

DNS name parser DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. Synopsis import su.netdb.parser.*; Parser parser = new Parser(); Hashtable result = parser.parse(str); System.out.println("string: "+result.get("string")); System.out.println("hw: "+result.get("hw"));...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): DNS name parser Download

Added: April 12, 2010 | Visits: 1.388

Jericho HTML Parser Jerich HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions. Jericho...


Platforms: *nix

License: Freeware Size: 870.4 KB Download (112): Jericho HTML Parser Download

Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 563

Atom RSS parser for Java This is a RSS and Atom feed parser written with Java 1.5


Platforms: Windows, Mac, Linux

License: Freeware Size: 395.71 KB Download (44): Atom RSS parser for Java Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 463

Java Sitemap Parser The Java Sitemap Parser can parse a website's Sitemap (http://www.sitemaps.org/). This is useful for web crawlers that want to discover URLs from a website that is using the Sitemap Protocol.


Platforms: Windows, Mac, Linux

License: Freeware Size: 35.98 KB Download (47): Java Sitemap Parser Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 538

JEPLite: java expression parser enlited JEPLite is a light-weighted (re)implementation of the Java Expression Parser (jep.sourceforge.net). The intention is to strip some of its not-so-often-used features, and thus speeding the rest. Includes expression optimizer.


Platforms: Windows, Mac, Linux

License: Freeware Size: 38.87 KB Download (48): JEPLite: java expression parser enlited Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 522

Lightweight Java XML parser and classes Small footprint, fast Java XML parser. Parses to an easily manipulable nested class structure which can be converted back to formatted or unformatted XML with a single call. Uses and creates straight XML, no DTDs necessary or used.


Platforms: Windows, Mac, Linux

License: Freeware Size: 56.22 KB Download (51): Lightweight Java XML parser and classes Download

Added: June 08, 2010 | Visits: 1.798

BNF for Java BNF for Java project is a parser/generator, or compiler-compiler. The parser reads your input text, or "terminals", specified by your BNF syntax. The parser features indefinate look-ahead and back-track. As the grammar parses your file, it builds a parse-tree which carries the content in the...


Platforms: *nix

License: Freeware Download (206): BNF for Java Download

Added: January 18, 2010 | Visits: 972

RDFStore::Parser::SiRPAC RDFStore::Parser::SiRPAC is a Perl module that implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat. SYNOPSIS use RDFStore::Parser::SiRPAC; use RDFStore::NodeFactory; my $p=new RDFStore::Parser::SiRPAC( ErrorContext => 2, Handlers => { Init => sub { print...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (102): RDFStore::Parser::SiRPAC Download

Added: October 24, 2010 | Visits: 1.102

HTML Parser HTMLParser is a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html. The two fundamental use-cases that are handled by the parser are extraction and...


Platforms: *nix

License: Freeware Size: 4.2 MB Download (98): HTML Parser Download

Added: March 07, 2010 | Visits: 1.667

MultipartRequest File Upload parser MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. The project supports Servlets using Java 1.2 or later. Whats New in This Release: - The API was...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (134): MultipartRequest File Upload parser Download

1 2 3 4 5 >