Lines Matching full:standalone
448 def xml_decl_handler(self, version, encoding, standalone):452 if standalone >= 0:453 if standalone:454 self.document.standalone = True456 self.document.standalone = False