concepts.dm.pdsketch.parsers.pdsketch_parser.load_domain_string_incremental# load_domain_string_incremental(domain, string)[source]# Incrementally load a domain from a string. Parameters: domain (Domain) – the domain. string (str) – the string of the domain. Returns: the domain. Return type: Domain