116117118119120121122123124125126
} else { cachedTitle = intitle; } title.addElement(intitle); return this; } /** * Get the title in the page. This returns an empty String if
147148149150151152153154155156157
Title title = data.getPage().getTitle(); if (cachedTitle != null) cachedTitle += intitle; else cachedTitle = intitle; title.addElement(intitle); return this; } /** * Get the title in the page. This returns an empty String if
146147148149150151152153154155156
154155156157158159160161162163164