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

Java Xml Parsing Dom freeware
Filter: All | Freeware | Demo
 

Java Xml Parsing Dom

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

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 (100): MillScript-XML Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 654

Chilkat Java XML Library Java XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.





Platforms: Windows

License: Freeware Size: 1.91 MB Download (50): Chilkat Java XML Library Download

Added: September 07, 2010 | Visits: 924

XML::LibXML::DOM XML::LibXML::DOM is a XML::LibXML DOM Implementation. XML::LibXML provides an lightwight interface to modify a node of the document tree generated by the XML::LibXML parser. This interface follows as far as possible the DOM Level 3 specification. Additionally to the specified functions the...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (99): XML::LibXML::DOM Download

Added: April 13, 2010 | Visits: 750

XML::Sablotron::DOM XML::Sablotron::DOM is the DOM interface to Sablotrons internal structures. SYNOPSIS use XML::Sablotron::DOM; my $situa = new XML::Sablotron::Situation(); my $doc = new XML::Sablotron::DOM::Document(SITUATION => $sit); my $e = $doc->createElement($situa, "foo"); my $t =...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (100): XML::Sablotron::DOM Download

Added: November 18, 2010 | Visits: 1.011

XML::Generator::DOM XML::Generator::DOM is an XML::Generator subclass for producing DOM trees instead of strings. SYNOPSIS use XML::Generator::DOM; my $dg = XML::Generator::DOM->new(); my $doc = $dg->xml($dg->xmlcmnt("Test document."), $dg->foo({baz => bam}, 42)); print $doc->toString; yields: < ?xml...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (118): XML::Generator::DOM Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 557

S-exp-based XML parsing/query/conversion Functional XML parsing framework: SAX/DOM and SXML parsers withsupport for XML Namespaces and validation. Related to SSAX are SXPathqueries and SXML transformations, with applications to XML/HTMLauthoring and literate Scheme and XML programming.


Platforms: Windows, Mac, Linux

License: Freeware Size: 531.74 KB Download (49): S-exp-based XML parsing/query/conversion Download

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

Java-XML Binder Java-XML Binder (JXB) is a lightweight and easy to use Java-to-XML and XML-to-Java Mapping Tool. Mapping Rules should be configured through Java Annotations, you do not need any configuration files. JXB supports Objects of any complexity.


Platforms: Windows, Mac, Linux

License: Freeware Size: 315.64 KB Download (47): Java-XML Binder Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 417

Java-XML-GuiBuilder The Java-XML-GuiBuilder creates on the basis of XML documents a runable Java swing surface. These tools are meant for the production by horizontal prototypes, the specification/documentation of the user's interface, the runtime to


Platforms: Windows, Mac, Linux

License: Freeware Size: 4.78 MB Download (49): Java-XML-GuiBuilder Download

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

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: October 03, 2010 | Visits: 853

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: July 25, 2010 | Visits: 1.386

Mini-XML Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. The project only requires an ANSI C compatible compiler (GCC works, as do most vendors ANSI C compilers) and a make program..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (112): Mini-XML Download

Added: July 04, 2010 | Visits: 883

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: June 17, 2010 | Visits: 1.074

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 (95): Apache Lenya Download

Added: May 10, 2013 | Visits: 439

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: 457

GNU Common C GNU Common C is a portable and highly optimized class framework for writing C applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, serialization, config files, thread-optimized String and data structure classes, etc. This framework offers...


Platforms: *nix, C/C++, BSD

License: Freeware Download (53): GNU Common C Download

Added: June 20, 2010 | Visits: 1.140

XML::Descent XML::Descent is a Perl module for recursive descent XML parsing. SYNOPSIS use XML::Descent; # Create parser my $p = XML::Descent->new({ Input => $xml }); # Setup handlers $p->on(folder => sub { my ($elem, $attr) = @_; $p->on(url => sub { my ($elem, $attr) = @_; my $link = { name...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XML::Descent Download

Added: August 19, 2010 | Visits: 698

XML::SimpleObject::LibXML XML::SimpleObject::LibXML is a Perl extension allowing a simple(r) object representation of an XML::LibXML DOM object. SYNOPSIS use XML::SimpleObject::LibXML; # Construct with the key/value pairs as argument; this will create its # own XML::LibXML object. my $xmlobj = new...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): XML::SimpleObject::LibXML Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 355

java.sql.ResultSet DOM Wrapper Java DOM wrapper for java.sql.ResultSet; Allows using XPath / XSLT on a thin DOM document representing the result-set. Document does not contain the actual result-set data, only references to row and column indices.


Platforms: Windows, Mac, Linux

License: Freeware Size: 17 KB Download (59): java.sql.ResultSet DOM Wrapper Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 555

JBind: A Java-XML Data Binding Framework JBind is a data binding framework linking Java and XML. The framework consists of a schema compiler for generating Java sources and a runtime environment. JBind supports most of the W3C XML schema recommendation of 2 May 2001.


Platforms: Windows, Mac, Linux

License: Freeware Size: 5 MB Download (53): JBind: A Java-XML Data Binding Framework Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 674

JEX - Java Easy XML editor Simple Java XML editor, with easy hierarchy manipulation


Platforms: Windows, Mac, Linux

License: Freeware Size: 644.94 KB Download (56): JEX - Java Easy XML editor Download

1 2 3 4 5 >