python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.parsers.sif.xml.core_nodes.XmlSimpleElement Class Reference
Inheritance diagram for lottie.parsers.sif.xml.core_nodes.XmlSimpleElement:
[legend]
Collaboration diagram for lottie.parsers.sif.xml.core_nodes.XmlSimpleElement:
[legend]

Public Member Functions

def from_xml (self, obj, minidom.Element parent, ObjectRegistry registry)
 
def to_xml (self, obj, minidom.Element parent, minidom.Document dom)
 
- Public Member Functions inherited from lottie.parsers.sif.xml.core_nodes.TypedXmlDescriptor
def __init__ (self, name, type=str, default_value=None, att_name=None)
 
def from_python (self, value)
 
def default (self)
 
- Public Member Functions inherited from lottie.parsers.sif.xml.core_nodes.XmlDescriptor
def __init__ (self, name)
 
def initialize_object (self, dict, obj)
 
def clean (self, value)
 
def __repr__ (self)
 

Additional Inherited Members

- Public Attributes inherited from lottie.parsers.sif.xml.core_nodes.TypedXmlDescriptor
 type
 
 default_value
 
 att_name
 
- Public Attributes inherited from lottie.parsers.sif.xml.core_nodes.XmlDescriptor
 name
 
 att_name
 

Detailed Description

Definition at line 110 of file core_nodes.py.

Member Function Documentation

◆ from_xml()

def lottie.parsers.sif.xml.core_nodes.XmlSimpleElement.from_xml (   self,
  obj,
minidom.Element  parent,
ObjectRegistry  registry 
)

Reimplemented from lottie.parsers.sif.xml.core_nodes.XmlDescriptor.

Definition at line 111 of file core_nodes.py.

◆ to_xml()

def lottie.parsers.sif.xml.core_nodes.XmlSimpleElement.to_xml (   self,
  obj,
minidom.Element  parent,
minidom.Document  dom 
)

Reimplemented from lottie.parsers.sif.xml.core_nodes.XmlDescriptor.

Definition at line 120 of file core_nodes.py.


The documentation for this class was generated from the following file: