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