Confirmed users
1,396
edits
No edit summary |
|||
| 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, <p>hello</p><p>text<a>link</a></p> 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). | For example, <code><p>hello</p><p>text<a>link</a></p></code> 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). | ||