Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0b4a487cd0c373ae52711f81070570ea2c6f505a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
org.eclipse.wst.html.core.tests.parser.UpdaterTest7
Source :
<P><B></B></P>


StructuredDocument Regions :
[0, 3] (<P>)
[3, 6] (<B>)
[6, 10] (</B>)
[10, 14] (</P>)

Tree :
#document
--P/P@[0, 3] (<P>)@[10, 14] (</P>)
----B/B@[3, 6] (<B>)@[6, 10] (</B>)

Source :
<P><B></B><B></B></P>


StructuredDocument Regions :
[0, 3] (<P>)
[3, 6] (<B>)
[6, 10] (</B>)
[10, 13] (<B>)
[13, 17] (</B>)
[17, 21] (</P>)

Tree :
#document
--P/P@[0, 3] (<P>)@[17, 21] (</P>)
----B/B@[3, 6] (<B>)@[6, 10] (</B>)
----B/B@[10, 13] (<B>)@[13, 17] (</B>)

Back to the top