ImageRef¶
Bases: ImageRef_Type
Represents the XML element ImageRef.
The ImageRef element is a reference to an Image element.
Bases: ImageRef_Type
Represents the XML element ImageRef.
The ImageRef element is a reference to an Image element.
fromBase(base)
staticmethod
¶getTypeName()
¶getXMLName()
¶getNBOType()
¶getChildren()
¶getSubElements()
¶fromJsonFile(path, validate=True)
¶fromJsonString(json_string, validate=True)
¶fromXmlFile(path, validate=True)
¶fromXmlString(xml_string, validate=True)
¶toXmlFile(filename, validate=True)
¶toXmlString(validate=True)
¶