Home | History | Annotate | Download | only in result
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.startElement(diagram, testattr='test', xml:lang='en', xml:link='simple', xml:space='preserve')
      4 SAX.endElement(diagram)
      5 SAX.endDocument()
      6