Add license file
[platform/upstream/libxml2.git] / result / ns5.sax2
1 SAX.setDocumentLocator()
2 SAX.startDocument()
3 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)
4 SAX.characters(
5   , 3)
6 SAX.startElementNs(empty, NULL, 'http://example.org/ns/1', 0, 0, 0)
7 SAX.endElementNs(empty, NULL, 'http://example.org/ns/1')
8 SAX.characters(
9 , 1)
10 SAX.endElementNs(element, NULL, 'http://example.org/ns/1')
11 SAX.endDocument()