ent11.sax2 322 B

12345678910111213
  1. SAX.setDocumentLocator()
  2. SAX.startDocument()
  3. SAX.internalSubset(doc, , )
  4. SAX.entityDecl(newl, 1, (null), (null), )
  5. SAX.getEntity(newl)
  6. SAX.externalSubset(doc, , )
  7. SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
  8. SAX.getEntity(newl)
  9. SAX.characters(
  10. , 1)
  11. SAX.reference(newl)
  12. SAX.endElementNs(doc, NULL, NULL)
  13. SAX.endDocument()