Provided by: libxml-xpath-perl_1.42-1_all bug

NAME

       Namespace - an XML namespace node

API

   new ( prefix, expanded )
       Create a new namespace node, expanded is the expanded namespace URI.

   getPrefix
       Returns the prefix

   getExpanded
       Returns the expanded URI

   toString
       Returns a string that you can add to the list of attributes of an element: xmlns:prefix="expanded"

perl v5.26.0                                       2017-08-14                   XML::XPath::Node::Namespace(3pm)