Package | Description |
---|---|
crawlercommons.sitemaps |
Sitemaps package provides all classes relevant to focused sitemap parsing,
url definition and processing.
|
Modifier and Type | Method and Description |
---|---|
protected SiteMap |
SiteMapParser.processText(URL sitemapUrl,
byte[] content)
Process a text-based Sitemap.
|
protected SiteMap |
SiteMapParser.processText(URL sitemapUrl,
InputStream stream)
Process a text-based Sitemap.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SiteMapParser.addUrlIntoSitemap(String urlStr,
SiteMap siteMap,
String lastMod,
String changeFreq,
String priority,
int urlIndex)
Adds the given URL to the given sitemap while showing the relevant logs
|
Copyright © 2009–2017 Crawler-Commons. All rights reserved.