|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
XPath::Node::Attribute(3) User Contributed Perl Documentation XPath::Node::Attribute(3)
NAME
Attribute - a single attribute
API
new ( key, value, prefix )
Create a new attribute node.
getName
Returns the key for the attribute
getLocalName
As getName above, but without namespace information
getNodeValue / getData
Returns the value
setNodeValue
Sets the value of the attribute node.
getPrefix
Returns the prefix
getNamespace
Return the namespace.
toString
Generates key="value", encoded correctly.
perl v5.8.8 2001-11-05 XPath::Node::Attribute(3)
|
|