1999-10-14 09:10:25 +00:00
|
|
|
SAX.setDocumentLocator()
|
|
|
|
SAX.startDocument()
|
2000-10-15 10:06:55 +00:00
|
|
|
SAX.internalSubset(doc, , )
|
1999-10-14 09:10:25 +00:00
|
|
|
SAX.entityDecl(lt, 1, (null), (null), <)
|
|
|
|
SAX.getEntity(lt)
|
|
|
|
SAX.entityDecl(gt, 1, (null), (null), >)
|
|
|
|
SAX.getEntity(gt)
|
|
|
|
SAX.entityDecl(amp, 1, (null), (null), &)
|
|
|
|
SAX.getEntity(amp)
|
|
|
|
SAX.entityDecl(apos, 1, (null), (null), ')
|
|
|
|
SAX.getEntity(apos)
|
|
|
|
SAX.entityDecl(quot, 1, (null), (null), ")
|
|
|
|
SAX.getEntity(quot)
|
2003-09-03 13:10:37 +00:00
|
|
|
SAX.externalSubset(doc, , )
|
1999-10-14 09:10:25 +00:00
|
|
|
SAX.startElement(doc)
|
|
|
|
SAX.endElement(doc)
|
|
|
|
SAX.endDocument()
|