XML::DOM::Lite::Document

Document is a XML DOM Lite Document.
Download

XML::DOM::Lite::Document Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • T.J. Mather
  • Publisher web site:
  • http://search.cpan.org/~borisz/Apache2-PageKit-2.14_14/lib/Apache2/PageKit.pm

XML::DOM::Lite::Document Tags


XML::DOM::Lite::Document Description

Document is a 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 = $doc->selectSingleNode("/xpath/expression");XML::DOM::Lite::Document objects are returned by the Parser and shouldn't generally be instantiated explicitly. Requirements: · Perl


XML::DOM::Lite::Document Related Software