Confirmed users
1,396
edits
| Line 10: | Line 10: | ||
Unroll recursively embedded characters into one string for every text accessible. HyperLink interface provides an access to direct embedded objects. | Unroll recursively embedded characters into one string for every text accessible. HyperLink interface provides an access to direct embedded objects. | ||
For example, < | For example, <pre><p>hello</p><p>text<a>link</a></p></pre> has "hellotextlink" text, for the container accessible containing paragraph elements there are two embedded objects having offsets [0, 5) and [5, 13). Second paragraph has "textlink" text and have one embedded object [4, 8). | ||