At the end of parsing, the result (the list of anchors) is available in {@link #anchors}, whose elements provide the content of the href attribute the text of the anchor and around the anchor; text is however modified so that fragment of words at the beginning of the pre-anchor context, or at the end of the post-anchor context, are cut away.
For example, a fragment like: ...foo fOO FOO FOO ANCHOR TEXT BAR BAR BAr bar...
(where the uppercase part represents the pre- and post-anchor context) generates the element Anchor("xxx", "FOO FOO ANCHOR TEXT BAR BAR")
|
|