Интерактивная система просмотра системных руководств (man-ов)
XML::XPath::Node::Attribute (3)
>> XML::XPath::Node::Attribute (3) ( Разные man: Библиотечные вызовы )
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.
Index
- NAME
-
- API
-
- new ( key, value, prefix )
-
- getName
-
- getLocalName
-
- getNodeValue / getData
-
- setNodeValue
-
- getPrefix
-
- getNamespace
-
- toString
-