Files
core/DesktopEditor/xml/libxml2/result/ns5.sax2
Oleg.Korshul a3a19a796b xmlutils crossplatform
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63499 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:14:17 +03:00

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()