Home | History | Annotate | Download | only in result
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.internalSubset(doc, , )
      4 SAX.entityDecl(newl, 1, (null), (null), 
)
      6 SAX.getEntity(newl)
      7 SAX.externalSubset(doc, , )
      8 SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
      9 SAX.getEntity(newl)
     10 SAX.characters(
     11 , 1)
     12 SAX.reference(newl)
     13 SAX.endElementNs(doc, NULL, NULL)
     14 SAX.endDocument()
     15