-
-
09 Aug 2022 19:48:36 UTC
- Distribution: XML-XPath
- Module version: 1.48
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (14)
- Testers (222 / 1 / 5)
- Kwalitee
Bus factor: 1- % Coverage
- License: artistic_2
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (55.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Matt Sergeant, AxKit.com Ltd
- Dependencies
- Scalar::Util
- XML::Parser
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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"
Module Install Instructions
To install XML::XPath, copy and paste the appropriate command in to your terminal.
cpanm XML::XPath
perl -MCPAN -e shell install XML::XPath
For more information on module installation, please visit the detailed CPAN module installation guide.