Projects tagged ‘java’ and ‘parser’


Jump to tag:

Projects tagged ‘java’ and ‘parser’

Filtered by Project Tags java parser

Refine results Project Tags xml (23) library (16) compiler (11) programming (9) parsing (8) development (8) html (8) sax (7) grammar (7) c (6) api (6) tools (6)

[118 total ]

255 Users
   

A Java library for parsing, validating and manipulating XML documents. The latest version released, 2.9.1, provides support for the following standards and APIs: * XML 1.0 (4th Edition) * ... [More] Namespaces in XML 1.0 (2nd Edition) * XML 1.1 (2nd Edition) * Namespaces in XML 1.1 (2nd Edition) * W3C XML Schema 1.0 (2nd Edition) * XInclude 1.0 (2nd Edition) * OASIS XML Catalogs 1.1 * SAX 2.0.2 * DOM Level 3 Core, Load and Save * DOM Level 2 Core, Events, Traversal and Range * JAXP 1.3 [Less]
Created over 3 years ago.

43 Users
   

ANother Tool for Language Recognition (ANTLR) is the name of a parser generator that uses LL(k) parsing. ANTLR is the successor to the Purdue Compiler Construction Tool Set (PCCTS), first developed in ... [More] 1989, and is under active development. Its maintainer is professor Terence Parr of the University of San Francisco. [Less]
Created over 3 years ago.

33 Users
   

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 ... [More] feeds. Rome includes a set of parsers and 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]
Created over 3 years ago.

23 Users
   

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 ... [More] recognize matches to the grammar. In addition to 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]
Created over 3 years ago.

13 Users

Apache PDFBox is an open source Java PDF library for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract ... [More] content from documents. Apache PDFBox also includes several command line utilities. * PDF to text extraction * Merge PDF Documents * PDF Document Encryption/Decryption * Lucene Search Engine Integration * Fill in form data FDF and XFDF * Create a PDF from a text file * Create image [Less]
Created over 3 years ago.

8 Users

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

7 Users
   

XMLBeans is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML, including: * Through XML schema that has been compiled to generate Java ... [More] types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo". The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model. * A cursor model through which you can traverse the full XML infoset. * Support for XML DOM. [Less]
Created over 3 years ago.

7 Users
   

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.
Created over 3 years ago.

7 Users

Apache Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries. Apache Tika is a subproject of Apache Lucene.
Created over 2 years ago.

6 Users

Woodstox is a high-performance validating namespace-aware StAX-compliant (JSR-173) Open Source XML-processor written in Java. XML processor means that it handles both input (== parsing) and output ... [More] (== writing, serialization)), as well as supporting tasks such as validation. [Less]
Created over 3 years ago.