0
|
1 |
StartDocument( )
|
|
2 |
DTD( text="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">" dtdName="html" dtdPublicId="-//W3C//DTD XHTML 1.1//EN" dtdSystemId="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" )
|
|
3 |
StartElement( name="form" qualifiedName="form"
|
|
4 |
Attribute( name="method" qualifiedName="method" value="get" )
|
|
5 |
|
|
6 |
Attribute( name="action" qualifiedName="action" value="#" )
|
|
7 |
)
|
|
8 |
Characters( whitespace text=" " )
|
|
9 |
StartElement( name="input" qualifiedName="input"
|
|
10 |
Attribute( name="type" qualifiedName="type" value="submit" )
|
|
11 |
|
|
12 |
Attribute( name="value" qualifiedName="value" value=" <→⇒> " )
|
|
13 |
|
|
14 |
Attribute( name="id" qualifiedName="id" value="input" )
|
|
15 |
)
|
|
16 |
EndElement( name="input" qualifiedName="input" )
|
|
17 |
Characters( text="Test" )
|
|
18 |
EntityReference( name="nbsp" )
|
|
19 |
Characters( text="Test" )
|
|
20 |
EndElement( name="form" qualifiedName="form" )
|
|
21 |
EndDocument( )
|