equal
deleted
inserted
replaced
|
1 StartDocument( ) |
|
2 DTD( text="<!DOCTYPE footype [ |
|
3 <!ATTLIST foo xmlns CDATA #FIXED "http://qt.nokia.com"> |
|
4 <!ATTLIST pre:bar xmlns:pre CDATA #FIXED "http://qt.nokia.com"> |
|
5 ]>" dtdName="footype" ) |
|
6 StartElement( name="body" qualifiedName="body" ) |
|
7 Characters( whitespace text=" |
|
8 " ) |
|
9 StartElement( name="foo" namespaceUri="http://qt.nokia.com" qualifiedName="foo" |
|
10 NamespaceDeclaration( namespaceUri="http://qt.nokia.com" ) |
|
11 ) |
|
12 EndElement( name="foo" namespaceUri="http://qt.nokia.com" qualifiedName="foo" ) |
|
13 Characters( whitespace text=" |
|
14 " ) |
|
15 StartElement( name="bar" namespaceUri="http://qt.nokia.com" qualifiedName="pre:bar" prefix="pre" |
|
16 NamespaceDeclaration( prefix="pre" namespaceUri="http://qt.nokia.com" ) |
|
17 ) |
|
18 EndElement( name="bar" namespaceUri="http://qt.nokia.com" qualifiedName="pre:bar" ) |
|
19 Characters( whitespace text=" |
|
20 " ) |
|
21 EndElement( name="body" qualifiedName="body" ) |
|
22 EndDocument( ) |