1SVG::Extension(3) User Contributed Perl Documentation SVG::Extension(3)
2
3
4
6 SVG::Extension - additional methods
7
8 extension
9 return the element object
10
11 element_decl
12 generate an element declaration in the DTD
13
14 attribute_decl
15 return generate an attribute list for an element
16
17 attlist_decl
18 notation_decl(%attrs)
19 return an extension object of type NOTATION
20
21 entity_decl(%attrs)
22 return an extension object of type 'ENTITY'
23
24 xmilfy
25 render
26 alias for xmlify
27
28 to_xml
29 alias for xmlify
30
31 serialise
32 alias for xmlify
33
34 serialise
35 alias for xmlify
36
37 getDeclName
38 Simply an alias for the general method for SVG::Extension objects
39
40 getExtensionName
41 alias to getDeclName
42
43 getDeclNames
44 return list of existing decl types by extracting it from the overall
45 list of existing element types
46
47 sub getDeclNames {
48
49 getExtensionNames
50 alias to getDeclNames
51
52
53
54perl v5.34.0 2022-01-21 SVG::Extension(3)