1
StartDocument( )
2
StartElement( name="doc" qualifiedName="doc" )
3
Characters( text="Text and " )
4
Characters( CDATA text="text in a CDATA section" )
5
Characters( text=" and normal text" )
6
EndElement( name="doc" qualifiedName="doc" )
7
EndDocument( )