mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 11:55:36 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63499 954022d7-b5bf-4e40-9824-e11837661b57
12 lines
461 B
Plaintext
12 lines
461 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElementNs(element, NULL, 'http://example.org/ns/1', 2, xmlns:rng='http://example.org/ns/1', xmlns='http://example.org/ns/1', 1, 0, name='foo"...', 3)
|
|
SAX.characters(
|
|
, 3)
|
|
SAX.startElementNs(empty, NULL, 'http://example.org/ns/1', 0, 0, 0)
|
|
SAX.endElementNs(empty, NULL, 'http://example.org/ns/1')
|
|
SAX.characters(
|
|
, 1)
|
|
SAX.endElementNs(element, NULL, 'http://example.org/ns/1')
|
|
SAX.endDocument()
|