summaryrefslogtreecommitdiff
path: root/tests/auto/qxmlquery/pushBaselines/openDocument.ref
blob: 95e9c53e068c3029ca5a6d0c20ac3865adbb8f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
startOfSequence()
startDocument()
startElement({http://example.com}e)
namespaceBinding({http://example.com}empty)
namespaceBinding({http://example.com/P}p:empty)
attribute(attr, 1)
attribute({http://example.com/P}p:attr, )
processingInstruction(target, data)
comment( a comment )
startElement({http://example.com}e)
namespaceBinding({http://example.com}empty)
namespaceBinding({http://example.com/P}p:empty)
endElement()
characters(text )
startElement({http://example.com}f)
namespaceBinding({http://example.com}empty)
namespaceBinding({http://example.com/P}p:empty)
endElement()
characters(text node)
endElement()
endDocument()
endOfSequence()