table of contents
SVG::Extension(3pm) | User Contributed Perl Documentation | SVG::Extension(3pm) |
NAME¶
SVG::Extension - additional methodsextension¶
return the element objectelement_decl¶
generate an element declaration in the DTDattribute_decl¶
return generate an attribute list for an elementattlist_decl¶
notation_decl(%attrs)¶
return an extension object of type NOTATIONentity_decl(%attrs)¶
return an extension object of type 'ENTITY'xmilfy¶
render¶
alias for xmlifyto_xml¶
alias for xmlifyserialise¶
alias for xmlifyserialise¶
alias for xmlifygetDeclName¶
Simply an alias for the general method for SVG::Extension objectsgetExtensionName¶
alias to getDeclNamegetDeclNames¶
return list of existing decl types by extracting it from the overall list of existing element typessub getDeclNames {
getExtensionNames¶
alias to getDeclNames2018-02-19 | perl v5.26.1 |