10 lines
320 B
Text
Vendored
10 lines
320 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='&new...', 9)
|
|
SAX.endElementNs(test, NULL, NULL)
|
|
SAX.endDocument()
|