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