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

SVG::Extension - additional methods

Contents

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_declnotation_decl(%attrs)
       return an extension object of type NOTATION

   entity_decl(%attrs)
       return an extension object of type 'ENTITY'

   xmilfyrender
       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

perl v5.34.0                                       2022-05-21                                SVG::Extension(3pm)

See Also