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

Dom Level freeware
Filter: All | Freeware | Demo
 

Dom Level

1 2 3 4 5 > 
Added: March 02, 2010 | Visits: 830

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName... Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: November 03, 2010 | Visits: 892

XML::DOM::DocumentType XML::DOM::DocumentType is an XML document type (DTD) in XML::DOM. XML::DOM::DocumentType extends XML::DOM::Node. Each Document has a doctype attribute whose value is either null or a DocumentType object. The DocumentType interface in the DOM Level 1 Core provides an interface to the list of... Platforms: *nix

License: Freeware Size: 112.64 KB Download (94): XML::DOM::DocumentType Download

Added: September 07, 2010 | Visits: 926

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: May 12, 2010 | Visits: 991

XML::DOM::Document XML::DOM::Document is an XML document node in XML::DOM. XML::DOM::Document extends XML::DOM::Node. It is the main root of the XML document structure as returned by XML::DOM::Parser::parse and XML::DOM::Parser::parsefile. Since elements, text nodes, comments, processing instructions, etc.... Platforms: *nix

License: Freeware Size: 112.64 KB Download (106): XML::DOM::Document Download

Added: May 20, 2010 | Visits: 667

XML::DOM::DOMImplementation XML::DOM::DOMImplementation is a information about XML::DOM implementation. The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. The DOM Level 1 does not specify a way of creating a... Platforms: *nix

License: Freeware Size: 112.64 KB Download (97): XML::DOM::DOMImplementation Download

Added: October 03, 2010 | Visits: 710

XML::DOM::XMLDecl XML::DOM::XMLDecl is a XML declaration in XML::DOM. XML::DOM::XMLDecl extends XML::DOM::Node, but is not part of the DOM Level 1 specification. It contains the XML declaration, e.g. < ?xml version="1.0" encoding="UTF-16" standalone="yes"? > See also XML::DOM::Document::getXMLDecl.... Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): XML::DOM::XMLDecl Download

Added: September 10, 2010 | Visits: 758

Xerces2 Xerces2 project is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy... Platforms: *nix

License: Freeware Size: 4.4 MB Download (90): Xerces2 Download

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

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

phpXMLDOM phpXMLDOM (phpXD) is an XML DOM-Implementation for PHP, written in PHP. It offers methods for accessing the nodes of an XML document using the W3C Document Object Model (DOM) Level 2 Core. phpXMLDOM does not require the PHP DOM XML extension. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): phpXMLDOM Download

Added: August 20, 2013 | Visits: 362

phpXMLDOM for XML Tools phpXMLDOM (phpXD) is an XML DOM-Implementation for PHP, written in PHP.It offers methods for accessing the nodes of an XML document using the W3C Document Object Model (DOM) Level 2 Core.phpXMLDOM does not require the PHP DOM XML extension. Platforms: PHP

License: Freeware Size: 61.44 KB Download (42): phpXMLDOM for XML Tools Download

Added: August 18, 2013 | Visits: 626

KXML Editor KXML Editor is application for KDEexternal link, that display and edit contents of XML file. Main features: Drag and drop editing, clipboard support Use DOM level 2 Qt library parser KParts technology support DCOP technology support Editing KOfficeexternal link compressed files Platforms: *nix

License: Freeware Size: 1.36 MB Download (33): KXML Editor Download

Added: August 17, 2008 | Visits: 956

Tipue Standard Edition Tipue is an open source JavaScript site search engine. It works with any browser that supports JavaScript 1.3 and at least partially supports the W3C DOM Level 1. Tipue Standard Edition creates and updates Tipue on your site. It indexes your pages and then allows you to update and edit your data... Platforms: Windows

License: Freeware Size: 823 KB Download (458): Tipue Standard Edition Download

Added: October 04, 2010 | Visits: 871

Bundle::BricolagePlus Bundle::BricolagePlus are optional and required modules for the Bricolage content management system. SYNOPSIS perl -MCPAN -e install Bundle::BricolagePlus The bundle provides an easy way to install all of the required and optional modules used by Bricolage. Bricolage is a 100% pure Perl... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Bundle::BricolagePlus Download

Added: November 06, 2010 | Visits: 1.721

libupnp libupnp is a Linux SDK and UPnP devices library. The Linux SDK for UPnP Devices is an SDK for development of UPnP device and control point applications for Linux. It consists of the core UPnP protocols along with a UPnP-specific eXtensible Markup Language (XML) parser supporting the Document... Platforms: *nix

License: Freeware Size: 737.28 KB Download (149): libupnp Download

Added: November 24, 2010 | Visits: 1.366

Batik 1.7 Beta Batik is a Java(tm) technology based toolkit for applications that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as viewing, generation or manipulation. The projects ambition is to give developers a set of core modules which can be used together or... Platforms: *nix

License: Freeware Size: 11 MB Download (109): Batik 1.7 Beta Download

Added: August 03, 2013 | Visits: 461

cssutils cssutils is a Python package to parse and build Cascading Style Sheets (CSS). DOM only, not any rendering facilities! Based upon and partly implementing the following specifications : CSS 2.1 General CSS rules and properties are defined here CSS 2.1 Errata A few errata, mainly the definition... Platforms: Python

License: Freeware Size: 542.72 KB Download (42): cssutils Download

Added: September 21, 2013 | Visits: 330

Xerces2 Java Xerces2 Java is a library for parsing, validating and manipulating XML documents. Xerces 2.x introduced the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program. XNI is merely an internal set of... Platforms: Mac

License: Freeware Size: 1.71 MB Download (51): Xerces2 Java Download

Added: June 17, 2010 | Visits: 975

XML::DOM::XML_Base XML::DOM::XML_Base Perl module can apply xml:base to attribute values. SYNOPSIS use XML::DOM::XML_Base; my $parser = XML::DOM::Parser->new(); my $xml = qq( ); # build the DOM my $dom = $parser->parse( $xml ); # get some elements my $endo = $dom->getElementsByTagName(... Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): XML::DOM::XML_Base Download

Added: September 24, 2010 | Visits: 979

Template::Plugin::XML::DOM Template::Plugin::XML::DOM is a plugin interface to XML::DOM. SYNOPSIS # load plugin [% USE dom = XML.DOM %] # also provide XML::Parser options [% USE dom = XML.DOM(ProtocolEncoding = ISO-8859-1) %] # parse an XML file [% doc = dom.parse(filename) %] [% doc = dom.parse(file =... Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): Template::Plugin::XML::DOM Download

Added: March 21, 2010 | Visits: 948

Mozilla::DOM::ComputedStyle Mozilla::DOM::ComputedStyle is a Perl interface to Mozilla getComputedStyle function. SYNOPSIS use Mozilla::DOM::ComputedStyle; Get_Computed_Style_Property($mozilla_window, $element, $property_name); This module makes possible to get computed style properties from Mozilla DOM. See... Platforms: *nix

License: Freeware Size: 32.77 KB Download (94): Mozilla::DOM::ComputedStyle Download

1 2 3 4 5 >