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.059.227 Times

Java Xml Parser Class freeware
Filter: All | Freeware | Demo
 

Java Xml Parser Class

< 1 2 3 4 5 > 
Added: February 20, 2010 | Visits: 847

MillScript-XML MillScript-XML project is an alternative Java XML parsing library with its own custom API. The underlying tokenizer can be configured to permit non-well-formed XML. This librarys API provides both an event model and a more conventional token stream model. The authors believe that the token...



Platforms: *nix

License: Freeware Size: 67.58 KB Download (94): MillScript-XML Download

Added: July 19, 2010 | Visits: 1.019

Parsifal XML Parser Parsifal is a validating XML 1.0 parser written in ANSI C. Parsifal API is based on SAX2. Parsifal can be used for parsing XML based messages (such as REST and RSS) and for application specific data processing e.g. config files, data files etc. Parsifal can also be used for document-oriented...





Platforms: *nix

License: Freeware Size: 757.76 KB Download (103): Parsifal XML Parser Download

Added: May 10, 2013 | Visits: 467

xml parser and generator Sometimes one needs a quick and dirty solution for parsing and generating xml. This script uses only the python parser itself for the parsing of xml. xml code is translated to valid python code and then evaluated. The generated objects can then be manipluated within python itself and treated as...


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

License: Freeware Download (55): xml parser and generator Download

Added: February 21, 2010 | Visits: 855

XML::Bare XML::Bare is a minimal XML parser implemented via a C state engine. SYNOPSIS use XML::Bare; my $xml = new XML::Bare( text => Bob ); # Parse the xml into a hash tree my $root = $xml->parse(); # Print the content of the name node print $root->{xml}->{name}->{value}; #...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): XML::Bare Download

Added: April 14, 2010 | Visits: 844

Bare XML Bare XML project is a XML parser with all primary parsing done via a simple state engine with about 20 or so different states. A tree structure is created during parsing, with all node names and values linked via pointers directly into the original text buffer. As such, Bare XML is extremely...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (88): Bare XML Download

Added: October 03, 2010 | Visits: 850

XML Benchmark Objective of this project to provide benchmarking toolset for all available multiplatform C/C++ (and some Java) XML parsers..


Platforms: *nix

License: Freeware Size: 901.12 KB Download (88): XML Benchmark Download

Added: June 06, 2010 | Visits: 1.221

SVG::Parser 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); print...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 502

FUNDAMENTALS XML FUNDAMENTALS XML was specially developed as a Delphi / FreePascal unit that can implement a XML parser and XML document objects. Now you can use this accessible and handy library to further improve your development process.


Platforms: Windows

License: Freeware Download (45): FUNDAMENTALS XML Download

Added: October 05, 2010 | Visits: 729

libxml++ Libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API. The GNOME 2.12 Desktop is the latest...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (87): libxml++ Download

Added: July 04, 2010 | Visits: 878

Jaxe Jaxe is a Java XML editor with a graphical document-oriented interface. The project is configurable with an XML schema and a configuration file. It supports validation at element insertion, and is customisable with Java modules. There is an HTML preview with an XSLT stylesheet. Examples include...


Platforms: *nix

License: Freeware Size: 2.04 MB Download (95): Jaxe Download

Added: May 02, 2010 | Visits: 835

Expat Expat is a stream-oriented XML parser written in C. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (90): Expat Download

Added: February 11, 2010 | Visits: 921

Arabica January Arabica is a C++ XML parser toolkit that has a full SAX2 implementation (the Simple API for XML), including the optional interfaces and helper classes. It also implements the W3C DOM (Document Object Model) Level 2.0 Core, together with XPath 1.0. It delivers UTF-8 encoded std::strings or UCS-2...


Platforms: *nix

License: Freeware Size: 256 KB Download (91): Arabica January Download

Added: November 11, 2010 | Visits: 944

AsmXml AsmXml is a very fast XML parser and decoder for x86 platforms. The project achieves high speed by using the following features: - Written in pure assembler - Optimized memory accesses - Parsing and decoding at the same time To give an idea of the relative speed of AsmXml, the fastest open...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (95): AsmXml Download

Added: March 06, 2010 | Visits: 1.334

RapidXml RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. If you are looking for a...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (127): RapidXml Download

Added: October 03, 2010 | Visits: 955

irrXML irrXML is a simple and fast open source xml parser for C++. Why another xml parser? Becouse irrXML is much faster and its very simple. It ideally fits into realtime projects which need to read xml data without overhead, like games. irrXML was originally written as part of the Irrlicht Engine...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (99): irrXML Download

Added: April 14, 2010 | Visits: 719

xParse xParse is an XML Parser written in C++. It consists of two files: the .h and .cpp. xParse was designed to be very small and compact. xParse was created because I was frustrated by current XML Parsers. They were too big, too complicated, and/or lacked documentation. Whats New in This Release:...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (86): xParse Download

Added: June 17, 2010 | Visits: 1.066

Apache Lenya Apache Lenya is an Open Source Java/XML Content Management System. Apache Lenya comes with revision control, site management, scheduling, search, WYSIWYG editors, and workflow..


Platforms: *nix

License: Freeware Download (94): Apache Lenya Download

Released: June 01, 2012  |  Added: June 01, 2012 | Visits: 347

DOMIT! - A DOM XML Parser for PHP DOMIT! is a Document Object Model (DOM) XML parser for PHP, written purely in PHP. It is mostly compliant with the DOM Level 2 specification.


Platforms: Windows, Mac, Linux

License: Freeware Size: 154.6 KB Download (52): DOMIT! - A DOM XML Parser for PHP Download

Added: May 10, 2013 | Visits: 434

Sock4Log Sock4Log is a simple java xml server. Sock4Log is a small server application which are listening for client connections on the specified port number. It is created for retrieving xml log data from Flash Swf aplications which are using XmlSocketConnection, but you can use Sock4Log for other...


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

License: Freeware Download (55): Sock4Log Download

Added: May 10, 2013 | Visits: 397

KXParse KXParse is a PHP-based, light-weight XML parser. This is a useful tool for you when you deal with XML files. It is compatible with all modern web browsers.


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

License: Freeware Download (65): KXParse Download

< 1 2 3 4 5 >