utils.xsd_flattener.xsd_flattener_database_url¶
XSD Flattener Database or URL class
-
class
utils.xsd_flattener.xsd_flattener_database_url.XSDFlattenerDatabaseOrURL(xml_string, download_enabled=True)¶ Bases:
core_main_app.utils.xsd_flattener.xsd_flattener_requests_url.XSDFlattenerRequestsURLGet the content of the dependency from the database or from the URL.
-
get_dependency_content(uri)¶ Get the content of the dependency from the database or from the URL. Try to get the content from the database first and then try to download it from the provided URI.
Parameters: uri – Content URI. Returns: Content.
-