-
-
19 May 2022 17:03:48 UTC
- Distribution: SVG
- Module version: 2.87
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (11)
- Testers (586 / 0 / 0)
- Kwalitee
Bus factor: 2- 49.97% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (53.99KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 8 contributors-
Ronan Oger
- Peter Wainwright
- Ian Hickson
- Adam Schneider
- Steve Lihn
- Allen Day
- Gabor Szabo
- Mohammad S Anwar
- Dependencies
- Exporter
- Scalar::Util
- constant
- parent
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
SVG::Extension - additional methods
extension
return the element object
element_decl
generate an element declaration in the DTD
attribute_decl
return generate an attribute list for an element
attlist_decl
notation_decl(%attrs)
return an extension object of type NOTATION
entity_decl(%attrs)
return an extension object of type 'ENTITY'
xmilfy
render
alias for xmlify
to_xml
alias for xmlify
serialise
alias for xmlify
serialise
alias for xmlify
getDeclName
Simply an alias for the general method for SVG::Extension objects
getExtensionName
alias to getDeclName
getDeclNames
return list of existing decl types by extracting it from the overall list of existing element types
sub getDeclNames {
getExtensionNames
alias to getDeclNames
Module Install Instructions
To install SVG, copy and paste the appropriate command in to your terminal.
cpanm SVG
perl -MCPAN -e shell install SVG
For more information on module installation, please visit the detailed CPAN module installation guide.