You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
327 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(spec, -//testspec//, dtds/eve.dtd)
SAX.entityDecl(iso6.doc.date, 1, (null), (null), 29-May-1999)
SAX.getEntity(iso6.doc.date)
SAX.externalSubset(spec, -//testspec//, dtds/eve.dtd)
SAX.startElement(spec)
SAX.characters(
, 1)
SAX.endElement(spec)
SAX.endDocument()