Definition at line 5 of file handler.py.
◆ __init__()
def lottie.parsers.svg.handler.SvgHandler.__init__ |
( |
|
self | ) |
|
◆ init_etree()
def lottie.parsers.svg.handler.SvgHandler.init_etree |
( |
|
self | ) |
|
◆ qualified()
def lottie.parsers.svg.handler.SvgHandler.qualified |
( |
|
self, |
|
|
|
ns, |
|
|
|
name |
|
) |
| |
◆ simplified()
def lottie.parsers.svg.handler.SvgHandler.simplified |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ unqualified()
def lottie.parsers.svg.handler.SvgHandler.unqualified |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ ns_map
dictionary lottie.parsers.svg.handler.SvgHandler.ns_map |
|
static |
Initial value:= {
"dc": "http://purl.org/dc/elements/1.1/",
"cc": "http://creativecommons.org/ns#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"svg": "http://www.w3.org/2000/svg",
"sodipodi": "http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd",
"inkscape": "http://www.inkscape.org/namespaces/inkscape",
"xlink": "http://www.w3.org/1999/xlink",
}
Definition at line 6 of file handler.py.
The documentation for this class was generated from the following file: