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.
12 lines
335 B
12 lines
335 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='&...', 1)
|
|
SAX.characters(a, 1)
|
|
SAX.endElementNs(t, NULL, NULL)
|
|
SAX.endDocument()
|