1XPath::Node::Attribute(U3s)er Contributed Perl DocumentatXiPoanth::Node::Attribute(3)
2
3
4
6 Attribute - a single attribute
7
9 new ( key, value, prefix )
10
11 Create a new attribute node.
12
13 getName
14
15 Returns the key for the attribute
16
17 getLocalName
18
19 As getName above, but without namespace information
20
21 getNodeValue / getData
22
23 Returns the value
24
25 setNodeValue
26
27 Sets the value of the attribute node.
28
29 getPrefix
30
31 Returns the prefix
32
33 getNamespace
34
35 Return the namespace.
36
37 toString
38
39 Generates key="value", encoded correctly.
40
41
42
43perl v5.8.8 2001-06-12 XPath::Node::Attribute(3)