Home | History | Annotate | Download | only in result
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.internalSubset(test, , )
      4 SAX.entityDecl(ampproblem, 1, (null), (null), &)
      5 SAX.getEntity(ampproblem)
      6 SAX.externalSubset(test, , )
      7 SAX.getEntity(ampproblem)
      8 SAX.startElementNs(t, NULL, NULL, 0, 1, 0, a='&amp...', 12)
      9 SAX.characters(a, 1)
     10 SAX.endElementNs(t, NULL, NULL)
     11 SAX.endDocument()
     12