urlInfo.relStartPos = htmlMatcher.start(0);
urlInfo.url = string.substring(htmlMatcher.start(1),
htmlMatcher.end(1));
urlInfo.text = string.substring(htmlMatcher.start(2),
htmlMatcher.end(2));
urlInfo.titleLength = urlInfo.text.length();
Matcher matcherTitle = patAHREF_TITLE.matcher(urlInfo.fullString);
if (matcherTitle.find()) {
urlInfo.title = string.substring(urlInfo.relStartPos