ent6.sax2 511 B

1234567891011121314151617
  1. SAX.setDocumentLocator()
  2. SAX.startDocument()
  3. SAX.internalSubset(doc, , )
  4. SAX.entityDecl(lt, 1, (null), (null), <)
  5. SAX.getEntity(lt)
  6. SAX.entityDecl(gt, 1, (null), (null), >)
  7. SAX.getEntity(gt)
  8. SAX.entityDecl(amp, 1, (null), (null), &)
  9. SAX.getEntity(amp)
  10. SAX.entityDecl(apos, 1, (null), (null), ')
  11. SAX.getEntity(apos)
  12. SAX.entityDecl(quot, 1, (null), (null), ")
  13. SAX.getEntity(quot)
  14. SAX.externalSubset(doc, , )
  15. SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
  16. SAX.endElementNs(doc, NULL, NULL)
  17. SAX.endDocument()