XML::DOM::Lite::Document 0.10
|
|||||||||||||||||||
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:
tags
Download XML::DOM::Lite::Document 0.10
Authors software
|
|
|
|
|
|
|
|
Similar software
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Other software in this category
|
|
|
|
|
|
|
|
|
|
Featured Software
jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java
Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser
GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell
- Communications
- Database
- Desktop Environment
- Games
- Internet
- Multimedia
- Office
- Programming
- Science and Engineering
- System
- Text Editing&Processing
