You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
474 B
18 lines
474 B
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(doc, , )
|
|
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)
|
|
SAX.externalSubset(doc, , )
|
|
SAX.startElement(doc)
|
|
SAX.endElement(doc)
|
|
SAX.endDocument()
|