0
|
1 |
startOfSequence()
|
|
2 |
startDocument()
|
|
3 |
startElement({http://example.com}e)
|
|
4 |
namespaceBinding({http://example.com}empty)
|
|
5 |
namespaceBinding({http://example.com/P}p:empty)
|
|
6 |
attribute(attr, 1)
|
|
7 |
attribute({http://example.com/P}p:attr, )
|
|
8 |
processingInstruction(target, data)
|
|
9 |
comment( a comment )
|
|
10 |
startElement({http://example.com}e)
|
|
11 |
namespaceBinding({http://example.com}empty)
|
|
12 |
namespaceBinding({http://example.com/P}p:empty)
|
|
13 |
endElement()
|
|
14 |
characters(text )
|
|
15 |
startElement({http://example.com}f)
|
|
16 |
namespaceBinding({http://example.com}empty)
|
|
17 |
namespaceBinding({http://example.com/P}p:empty)
|
|
18 |
endElement()
|
|
19 |
characters(text node)
|
|
20 |
endElement()
|
|
21 |
endDocument()
|
|
22 |
endOfSequence()
|