1XPath::Node::Namespace(U3s)er Contributed Perl DocumentatXiPoanth::Node::Namespace(3)
23
4
NAME
6Namespace - an XML namespace node
7
API
9new ( prefix, expanded )
10Create a new namespace node, expanded is the expanded namespace URI.
1112
getPrefix
13Returns the prefix
1415
getExpanded
16Returns the expanded URI
1718
toString
19Returns a string that you can add to the list of attributes of an
20element: xmlns:prefix="expanded"
2122
23
24
perl v5.12.0 2000-08-24 XPath::Node::Namespace(3)