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

Xpath Implementation freeware
Filter: All | Freeware | Demo
 

Xpath Implementation

1 2 3 4 5 > 
Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 442

Commons JXPath Commons JXPath is designed as a handy Java-based implementation of XPath. In addition to XML processing, JXPath can inspect / modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures. Platforms: Windows

License: Freeware Download (56): Commons JXPath Download

Added: November 03, 2010 | Visits: 618

XML::LibXML::XPathContext XML::LibXML::XPathContext is an XPath evaluation. SYNOPSIS my $xpc = XML::LibXML::XPathContext->new(); my $xpc = XML::LibXML::XPathContext->new($node); $xpc->registerNs($prefix, $namespace_uri) $xpc->unregisterNs($prefix) $uri = $xpc->lookupNs($prefix)... Platforms: *nix

License: Freeware Size: 256 KB Download (93): XML::LibXML::XPathContext Download

Added: June 14, 2010 | Visits: 1.134

OpenOffice::OODoc::XPath OpenOffice::OODoc::XPath is a Low-level XML navigation in the documents. This module is a low-level class which uses OODoc::File (without inheriting anything from it) along with the classes defined in the XML::Twig module. Its a common basis for the other, more user- friendly, document-oriented... Platforms: *nix

License: Freeware Size: 215.04 KB Download (116): OpenOffice::OODoc::XPath Download

Added: May 10, 2013 | Visits: 284

Class::XPath This module adds XPath-style matching to your object trees. This means that you can find nodes using an XPath-esque query with match() from anywhere in the tree. Also, the xpath() method returns a unique path to a given node which can be used as an identifier.To use this module you must already... Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (53): Class::XPath Download

Added: March 16, 2010 | Visits: 749

B::XPath B::XPath class can search Perl optrees with XPath syntax. SYNOPSIS Perl represents programs internally as a tree of opcodes. To execute a program, it walks this tree, performing each operation as it encounters it. The B family of modules allows you to examine (and in some cases, manipulate)... Platforms: *nix

License: Freeware Size: 7.17 KB Download (88): B::XPath Download

Added: October 14, 2010 | Visits: 903

Test::XML::XPath Test::XML::XPath is a Perl module to test XPath assertions. SYNOPSIS use Test::XML::XPath tests => 3; like_xpath( , /foo ); # PASS like_xpath( , /bar ); # FAIL unlike_xpath( , /bar ); # PASS is_xpath( bar , /foo, bar ); # PASS is_xpath( bar , /bar, foo ); # FAIL # More... Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): Test::XML::XPath Download

Added: June 10, 2010 | Visits: 1.079

XML Hammer 1.0 XML Hammer application is a free and open-source tool that simplifies elementary XML actions like checking for well-formedness, validation, transformation and xpath searches using any JAXP implementation. After all these years of XML, it is still relatively difficult to simply validate or... Platforms: *nix

License: Freeware Size: 4.2 MB Download (90): XML Hammer 1.0 Download

Added: July 20, 2010 | Visits: 1.203

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to... Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): File::Find::Rule::XPath Download

Added: July 20, 2010 | Visits: 1.179

XML::XPath::Builder XML::XPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use XML::XPath::Builder; $builder = XML::XPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); XML::XPath::Builder is a... Platforms: *nix

License: Freeware Size: 39.94 KB Download (118): XML::XPath::Builder Download

Added: April 11, 2010 | Visits: 1.548

XML::DOM::Lite::XPath XML::DOM::Lite::XPath is a Perl module for XPath support for XML::DOM::Lite. SYNOPSIS # XPath use XML::DOM::Lite qw(XPath); $result = XPath->evaluate(/path/to/*[@attr="value"], $contextNode); This XPath library is fairly complete - there are still a few functions outstanding which need to... Platforms: *nix

License: Freeware Size: 31.74 KB Download (127): XML::DOM::Lite::XPath Download

Added: February 05, 2010 | Visits: 768

XML::XPath::Simple XML::XPath::Simple is a very simple interface for XPaths. SYNOPSIS use XML::XPath::Simple; $xp = new XML::XPath::Simple( xml => $xml, context => / ); $content = $xp->valueof(/doc/c[2]/d[1]@id); XML::XPath::Simple is designed to allow for the use of simple Abbreviated XPath syntax to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): XML::XPath::Simple Download

Added: July 26, 2010 | Visits: 2.162

Bellagio OpenMAX IL Implementation Bellagio is a sample implementation of OpenMAX IL for Linux. It enables software developers and ISVs to familiarize themselves with the OpenMAX IL API and to develop their own OpenMAX multimedia and streaming media components for mobile devices, including codecs, video I/O, and audio mixers.... Platforms: *nix

License: Freeware Size: 501.76 KB Download (128): Bellagio OpenMAX IL Implementation Download

Added: July 01, 2010 | Visits: 1.576

Fast MD5 Implementation in Java Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java. Fast MD5 Implementation in Java includes an optional native method for even greater speed improvements. How Fast Is It? Short answer:Much faster than any other Java... Platforms: *nix

License: Freeware Size: 74.75 KB Download (176): Fast MD5 Implementation in Java Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 477

XPath Visualizer The XPathVisualizer application was developed to be a simple, free Winforms tool to help you visualize the results of XPath queries on XML documents. Platforms: Windows, Windows Vista, 7

License: Freeware Download (53): XPath Visualizer Download

Added: May 10, 2013 | Visits: 437

Maintenance-free Signals implementation This is a signals implementation for python. It is similar to the pydispatch module. This implementation enables you to create Signals as members of classes, as globals, or as locals. You may connect any number of functions or class methods to any signal. Connections manage themselves with the... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Maintenance-free Signals implementation Download

Added: May 10, 2013 | Visits: 539

Separating Pattern Implementation from Your Code This script separates pattern implementation from your code so that you can reuse the implementation elsewhere. It is an example that shows a reusable implementation of the Observer pattern. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 555

Length-limited O(1) LRU Cache implementation Length-limited O(1) LRU Cache implementation script is an implementation of a length-limited O(1ion scripue. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 353

XPath JS Library XPath is a language for finding information in documents. XPath is generally used to navigate through elements and attributes in an XML document but can also be used as a powerful query language. Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (52): XPath JS Library Download

Added: September 11, 2013 | Visits: 568

Digital implementation of RC low pass filter Derives the transfer function for digital implementation of a first order RC low pass filter and plots the step and frequency response.For details, refer to the post:http://www.dsplog.com/2007/12/02/digital-i...ow-pass-filter/ Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Digital implementation of RC low pass filter Download

Added: May 05, 2013 | Visits: 484

Interface to Niederreiter GSL implementation This is Matlab interface for the C++ implementation of the low discrepancy sequence generators Niederreiter from the GNU Scientific Library.It works under Linux. Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Interface to Niederreiter GSL implementation Download

1 2 3 4 5 >