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.
11 lines
339 B
11 lines
339 B
SAX.setDocumentLocator() |
|
SAX.startDocument() |
|
SAX.internalSubset(test, , ) |
|
SAX.entityDecl(ampproblem, 1, (null), (null), &) |
|
SAX.getEntity(ampproblem) |
|
SAX.externalSubset(test, , ) |
|
SAX.getEntity(ampproblem) |
|
SAX.startElementNs(t, NULL, NULL, 0, 1, 0, a='&...', 12) |
|
SAX.characters(a, 1) |
|
SAX.endElementNs(t, NULL, NULL) |
|
SAX.endDocument()
|
|
|