11 lines
317 B
Text
Vendored
11 lines
317 B
Text
Vendored
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(test, , )
|
|
SAX.entityDecl(newline, 1, (null), (null), 
)
|
|
SAX.getEntity(newline)
|
|
SAX.externalSubset(test, , )
|
|
SAX.getEntity(newline)
|
|
SAX.startElementNs(test, NULL, NULL, 0, 1, 0, newline='
|
|
...', 1)
|
|
SAX.endElementNs(test, NULL, NULL)
|
|
SAX.endDocument()
|