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

Dom Document freeware
Filter: All | Freeware | Demo
 

Dom Document

1 2 3 4 5 > 
Added: May 12, 2010 | Visits: 989

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: March 18, 2010 | Visits: 1.095

SVG::DOM SVG::DOM is a Perl library with DOM (Document Object Model) methods for SVG objects. SVG::DOM provides a selection of methods for accessing and manipulating SVG elements through DOM-like methods such as getElements, getChildren, getNextSibling and so on. Currently only methods that provide...





Platforms: *nix

License: Freeware Size: 51.2 KB Download (97): SVG::DOM Download

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

TXE - The XML Editor TXE is GUI XML editor written in Java using the DOM (Document Object Model) parser provided by Oracle.


Platforms: Windows, Mac, Linux

License: Freeware Size: 46.32 KB Download (50): TXE - The XML Editor Download

Added: August 18, 2010 | Visits: 1.320

XML::DOM::Lite::Document Document is a XML DOM Lite Document. SYNOPSIS $root = $doc->documentElement; $node = $doc->getElementById("myid"); # Node creation $element = $doc->createElement("tagname"); $textnode = $doc->createTextNode("some text"); # XPath $nlist = $doc->selectNodes("/xpath/expression"); $node...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): XML::DOM::Lite::Document Download

Added: March 02, 2010 | Visits: 828

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

Added: September 24, 2010 | Visits: 977

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: November 09, 2010 | Visits: 1.132

DOM Menu DOM Menu allows developers to add dynamic, hierarchical popup menus on their web pages. The direction of the menu can either be horizontal or vertical and the menu can open (or popout) in either direction. It has both screen edge detection and < select > element detection (for browsers that...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (103): DOM Menu Download

Added: April 13, 2010 | Visits: 751

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: October 21, 2010 | Visits: 1.011

XML::DOM::Node XML::DOM::Node is a super class of all nodes in XML::DOM. XML::DOM::Node is the super class of all nodes in an XML::DOM document. This means that all nodes that subclass XML::DOM::Node also inherit all the methods that XML::DOM::Node implements. GLOBAL VARIABLES @NodeNames The variable...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (104): XML::DOM::Node 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

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: October 16, 2012  |  Added: October 16, 2012 | Visits: 227

X2S X2S was specially developed as a simple, accessible and Open Source DOM parser. The aim is to retrieve attributes and text-values from an XML DOM document in the case you don't need all features and complexity of XPath and/or XQuery.


Platforms: Windows

License: Freeware Download (44): X2S Download

Added: May 10, 2013 | Visits: 262

encrypteddomdocument XML_EncryptedDomDocument aims to add the functionality of the XML Encryption recommendation to the PHP 5 DomDocument class.A program making use of XML_EncryptedDomDocument should find encrypting a document or portion of that document a relatively simple task.Decryption should also be abstracted...


Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (60): encrypteddomdocument Download

Added: April 04, 2010 | Visits: 1.012

ebXML::Message ebXML::Message is a Perl module to encapsulate an ebMS message. SYNOPSIS use ebXML::Message; # create new message my $message = ebXML::Message->new ( CPAId => http://www.you.org/cpa/123456, Action => NewPurchaseOrder, MessageId => 12, RefMessageToId => 11, Service =>...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): ebXML::Message Download

Added: May 10, 2013 | Visits: 365

DOMIT! RSS DOMIT! RSS is an RSS parser for PHP, written purely in PHP. Unlike most existing PHP RSS clients, it uses a DOM XML parser -- DOMIT! -- to convert an RSS feed into a DOM document that can be traversed using the standard DOM methods.


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

License: Freeware Download (63): DOMIT! RSS Download

Added: May 03, 2013 | Visits: 314

CPAINT for Complete applications IT's built using the same AJAX principles, but using javascript code and XMLHTTP objects on the client side.CPAINT stands for Cross-Platform Asynchronous INterface Toolkit, and has nothing to do with image processing or digital drawing.Here are some key features of "CPAINT":dlTE Flexibility -...


Platforms: JavaScript

License: Freeware Size: 1.41 MB Download (42): CPAINT for Complete applications Download

Added: September 02, 2013 | Visits: 343

DOMIT! RSS for Scripts DOMIT! RSS is an RSS parser for PHP, written purely in PHP.Unlike most existing PHP RSS clients, it uses a DOM XML parser -- DOMIT! -- to convert an RSS feed into a DOM document that can be traversed using the standard DOM methods.


Platforms: PHP

License: Freeware Size: 92.16 KB Download (40): DOMIT! RSS for Scripts Download

Added: February 11, 2010 | Visits: 926

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: August 03, 2010 | Visits: 722

myXTree myXTree provides an interface to an SQL tree. myXTree is an interface to a SQL-tree. It is more about SQL-trees can learn in article SQL for Smarties and Relational Data Structures for Extensible Thesauri. This class allows to save the DOM-document in a SQL-tree and vice versa. For a choice of...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (88): myXTree Download

1 2 3 4 5 >