Projects tagged ‘development’, ‘java’, and ‘parser’


Jump to tag:

Projects tagged ‘development’, ‘java’, and ‘parser’

Filtered by Project Tags development java parser

Refine results Project Tags programming (5) library (5) api (4) tools (3) xml (2) extensions (1) xinclude (1) gnome (1) scenegraph (1) web (1) visualization (1) shanixmlparser (1)

[6 total ]

30USERS
   

Rome is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 feeds. Rome includes a set of parsers and ... [More] generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format. [Less]

15USERS
   

Java Compiler Compiler is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to ... [More] the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. [Less]

6USERS
   

A runtime for VRML and X3D virtual worlds and models. OpenVRML includes a core runtime library, parsers for VRML97 and VRML-format X3D, an OpenGL renderer, and a Mozilla Web browser plug-in.

3USERS
 

args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application.

1USERS
 

Vaniglia is a Java library composed of a number of lightweight, very specific, and performance oriented java components. Currently the following components are implemented: - Command Protocol - Crypto - Extensions Framework - ... [More] RollingFileDailyFolderAppender for Log4J - RollingFileFoldersBackupAppender for Log4J - Parser - Performance Monitor - Polling - Objects Pool - Socket Communication Framework - State Machine - Template Engine - Text Table - Time Utilities - Vaniglia Message Queue [Less]

1USERS
 

ShaniXmlParser is a small and fast Xml/Html DOM/SAX non validating parser written in java. It can parse not well formed xml files. It also parses DTD, ENTITIES, CSS. Use DOM,SAX,JAXP interfaces. It passes DOM1/2/3 validations suites