Home | History | Annotate | Download | only in dom

Lines Matching full:standalone

448     def xml_decl_handler(self, version, encoding, standalone):
452 if standalone >= 0:
453 if standalone:
454 self.document.standalone = True
456 self.document.standalone = False