blob: b5dabf405166b263117c36d7dd26976d4a93636d [file] [log] [blame]
org.eclipse.wst.html.core.tests.parser.ElementTest3
Source :
<x:a><b>c</b></x:a>
StructuredDocument Regions :
[0, 5] (<x:a>)
[5, 8] (<b>)
[8, 9] (c)
[9, 13] (</b>)
[13, 19] (</x:a>)
Tree :
#document
--x:a/x:a@[0, 5] (<x:a>)@[13, 19] (</x:a>)
----b/b@[5, 8] (<b>)@[9, 13] (</b>)
------#text(c)@[8, 9] (c)
a.tagName=a
Source :
<a><b>c</b></a>
StructuredDocument Regions :
[0, 3] (<a>)
[3, 6] (<b>)
[6, 7] (c)
[7, 11] (</b>)
[11, 15] (</a>)
Tree :
#document
--a/a@[0, 3] (<a>)@[11, 15] (</a>)
----b/b@[3, 6] (<b>)@[7, 11] (</b>)
------#text(c)@[6, 7] (c)
a.tagName=y:a
Source :
<y:a><b>c</b></y:a>
StructuredDocument Regions :
[0, 5] (<y:a>)
[5, 8] (<b>)
[8, 9] (c)
[9, 13] (</b>)
[13, 19] (</y:a>)
Tree :
#document
--y:a/y:a@[0, 5] (<y:a>)@[13, 19] (</y:a>)
----b/b@[5, 8] (<b>)@[9, 13] (</b>)
------#text(c)@[8, 9] (c)
Source :
<y:a><b>c</b></y:a>
StructuredDocument Regions :
[0, 5] (<y:a>)
[5, 8] (<b>)
[8, 9] (c)
[9, 13] (</b>)
[13, 19] (</y:a>)
Tree :
#document
--y:a/y:a@[0, 5] (<y:a>)@[13, 19] (</y:a>)
----b/b@[5, 8] (<b>)@[9, 13] (</b>)
------#text(c)@[8, 9] (c)