0
|
1 |
startOfSequence()
|
|
2 |
startDocument()
|
|
3 |
endDocument()
|
|
4 |
startDocument()
|
|
5 |
endDocument()
|
|
6 |
startDocument()
|
|
7 |
endDocument()
|
|
8 |
startDocument()
|
|
9 |
atomicValue()
|
|
10 |
endDocument()
|
|
11 |
startDocument()
|
|
12 |
atomicValue()
|
|
13 |
endDocument()
|
|
14 |
startDocument()
|
|
15 |
characters()
|
|
16 |
endDocument()
|
|
17 |
startDocument()
|
|
18 |
characters()
|
|
19 |
endDocument()
|
|
20 |
startDocument()
|
|
21 |
characters(text1)
|
|
22 |
endDocument()
|
|
23 |
startDocument()
|
|
24 |
characters(text2)
|
|
25 |
endDocument()
|
|
26 |
startDocument()
|
|
27 |
startElement(f)
|
|
28 |
namespaceBinding(empty)
|
|
29 |
endElement()
|
|
30 |
endDocument()
|
|
31 |
startElement(e1)
|
|
32 |
namespaceBinding(empty)
|
|
33 |
endElement()
|
|
34 |
startElement(e2)
|
|
35 |
namespaceBinding(empty)
|
|
36 |
endElement()
|
|
37 |
startElement(e3)
|
|
38 |
namespaceBinding(empty)
|
|
39 |
endElement()
|
|
40 |
startElement(e3)
|
|
41 |
namespaceBinding(empty)
|
|
42 |
attribute(attr1, value1)
|
|
43 |
endElement()
|
|
44 |
attribute(name, value)
|
|
45 |
characters()
|
|
46 |
characters(text3)
|
|
47 |
startElement(e5)
|
|
48 |
namespaceBinding(empty)
|
|
49 |
characters(
|
|
50 |
text4
|
|
51 |
)
|
|
52 |
startElement(e)
|
|
53 |
endElement()
|
|
54 |
characters(
|
|
55 |
text5
|
|
56 |
)
|
|
57 |
processingInstruction(target, data)
|
|
58 |
comment( comment )
|
|
59 |
startElement(e6)
|
|
60 |
attribute(attr2, value2)
|
|
61 |
attribute(attr3, value2)
|
|
62 |
endElement()
|
|
63 |
startElement(e6)
|
|
64 |
attribute(attr2, value3)
|
|
65 |
attribute(attr3, value3)
|
|
66 |
endElement()
|
|
67 |
startElement(e6)
|
|
68 |
attribute(attr2, value4)
|
|
69 |
attribute(attr3, value4)
|
|
70 |
endElement()
|
|
71 |
endElement()
|
|
72 |
processingInstruction(target, data)
|
|
73 |
comment( comment )
|
|
74 |
startElement({http://example.com/}e)
|
|
75 |
namespaceBinding({http://example.com/}empty)
|
|
76 |
endElement()
|
|
77 |
startElement({http://example.com/}p:e)
|
|
78 |
namespaceBinding({http://example.com/}p:empty)
|
|
79 |
namespaceBinding(empty)
|
|
80 |
endElement()
|
|
81 |
endOfSequence()
|