XML::XPath::Node::Namespace(3pm) | User Contributed Perl Documentation | XML::XPath::Node::Namespace(3pm) |
NAME¶
Namespace - an XML namespace nodeAPI¶
new ( prefix, expanded )¶
Create a new namespace node, expanded is the expanded namespace URI.getPrefix¶
Returns the prefixgetExpanded¶
Returns the expanded URItoString¶
Returns a string that you can add to the list of attributes of an element: xmlns:prefix="expanded"2018-10-20 | perl v5.26.2 |