X7ROOT File Manager
Current Path:
/usr/local/lib64/perl5/XML/LibXML
usr
/
local
/
lib64
/
perl5
/
XML
/
LibXML
/
??
..
??
Attr.pod
(4.02 KB)
??
AttributeHash.pm
(4.47 KB)
??
Boolean.pm
(1.54 KB)
??
CDATASection.pod
(1.28 KB)
??
Comment.pod
(1.36 KB)
??
Common.pm
(8.16 KB)
??
Common.pod
(3.59 KB)
??
DOM.pod
(6.23 KB)
??
Devel.pm
(5.06 KB)
??
Document.pod
(21.13 KB)
??
DocumentFragment.pod
(819 B)
??
Dtd.pod
(1.99 KB)
??
Element.pod
(13.48 KB)
??
ErrNo.pm
(27.81 KB)
??
ErrNo.pod
(591 B)
??
Error.pm
(8.42 KB)
??
Error.pod
(5.98 KB)
??
InputCallback.pod
(9.59 KB)
??
Literal.pm
(2.03 KB)
??
NamedNodeMap.pod
(1.65 KB)
??
Namespace.pod
(3.28 KB)
??
Node.pod
(25.72 KB)
??
NodeList.pm
(7.29 KB)
??
Number.pm
(1.85 KB)
??
PI.pod
(2.22 KB)
??
Parser.pod
(27.79 KB)
??
Pattern.pod
(2.91 KB)
??
Reader.pm
(5.69 KB)
??
Reader.pod
(17.6 KB)
??
RegExp.pod
(1.54 KB)
??
RelaxNG.pod
(2.34 KB)
??
SAX
??
SAX.pm
(3.42 KB)
??
SAX.pod
(1.76 KB)
??
Schema.pod
(2.19 KB)
??
Text.pod
(5.47 KB)
??
XPathContext.pm
(3.11 KB)
??
XPathContext.pod
(11.65 KB)
??
XPathExpression.pod
(1.64 KB)
Editing: NamedNodeMap.pod
=head1 NAME XML::LibXML::NamedNodeMap - A map for named nodes =head1 SYNOPSIS use XML::LibXML; my $map = XML::LibXML::NamedNodeMap->new(@nodes); my $nodes_list = $map->nodes(); my $node_with_index_2 = $map->item(2); my $length = $map->length; my $nodes_ref = $node->nodes() my $node_2 = $map->item(2); my $node = $map->getNamedItem('phone_number'); $map->setNamedItem($new_node) $map->removeNamedItem($name) =head1 DESCRIPTION XML::LibXML::NamedNodeMap maps nodes' names to nodes. =head1 METHODS =over 4 =item length my $length = $map->length; Returns the number of nodes in the map. =item nodes my $nodes_ref = $node->nodes() Returns a reference to the list of nodes. =item item my $node_2 = $map->item(2); Returns the node with the index of the argument (starting from 0) =item getNamedItem my $node = $map->getNamedItem('phone_number'); Returns the node with the name. =item setNamedItem $map->setNamedItem($new_node) Sets the node with the same name as C<<<<<< $new_node >>>>>> to C<<<<<< $new_node >>>>>>. =item removeNamedItem $map->removeNamedItem($name) Remove the item with the name C<<<<<< $name >>>>>>. =item getNamedItemNS I<<<<<< Not implemented yet. >>>>>>. =item setNamedItemNS I<<<<<< Not implemented yet. >>>>>>. =item removeNamedItemNS I<<<<<< Not implemented yet. >>>>>>. =back =head1 AUTHORS Matt Sergeant, Christian Glahn, Petr Pajas =head1 VERSION 2.0213 =head1 COPYRIGHT 2001-2007, AxKit.com Ltd. 2002-2006, Christian Glahn. 2006-2009, Petr Pajas. =cut =head1 LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Upload File
Create Folder