Lines Matching refs:standalone
46 def toxml(self, encoding=None, standalone=None):
47 return self.toprettyxml("", "", encoding, standalone)
50 standalone=None):
60 self.writexml(writer, "", indent, newl, encoding, standalone)
1565 standalone = None
1605 return self.standalone
1657 clone.standalone = self.standalone
1817 standalone=None):
1822 if standalone is not None:
1823 declarations.append(f'standalone="{"yes" if standalone else "no"}"')