logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Namespace - an XML namespace node

Contents

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.34.0                                       2022-08-13                   XML::XPath::Node::Namespace(3pm)

Name

       Namespace - an XML namespace node

See Also