Package | Description |
---|---|
crawlercommons.sitemaps |
Sitemaps package provides all classes relevant to focused sitemap parsing,
url definition and processing.
|
crawlercommons.sitemaps.extension | |
crawlercommons.sitemaps.sax.extension |
Modifier and Type | Method and Description |
---|---|
ExtensionMetadata[] |
SiteMapURL.getAttributesForExtension(Extension extension)
Get attributes of a specific sitemap extension
|
Modifier and Type | Method and Description |
---|---|
void |
SiteMapURL.addAttributesForExtension(Extension extension,
ExtensionMetadata[] attributes)
Add attributes of a specific sitemap extension
|
Modifier and Type | Class and Description |
---|---|
class |
ImageAttributes
Data model for Google extension to the sitemap protocol regarding images
indexing, as per http://www.google.com/schemas/sitemap-image/1.1
|
class |
LinkAttributes
Data model for Google extension to the sitemap protocol regarding alternate
links indexing.
|
class |
MobileAttributes
Google mobile sitemap attributes, see
http://www.google.de/schemas/sitemap-mobile/1.0/ and
https://www.google.com/schemas/sitemap-mobile/1.0/sitemap-mobile.xsd:
Mobile sitemaps just contain an empty "mobile" tag to identify a
URL as having mobile content.
|
class |
NewsAttributes
Data model for Google's extension to the sitemap protocol regarding news
indexing, as per http
://www.google.com/schemas/sitemap-news/0.9.
|
class |
VideoAttributes
Data model for Google extension to the sitemap protocol regarding images
indexing, as per http://www.google.com/schemas/sitemap-video/1.1
|
Modifier and Type | Field and Description |
---|---|
protected List<ExtensionMetadata> |
ExtensionHandler.attributes |
Modifier and Type | Method and Description |
---|---|
ExtensionMetadata[] |
VideoHandler.getAttributes() |
ExtensionMetadata[] |
NewsHandler.getAttributes() |
ExtensionMetadata[] |
ImageHandler.getAttributes() |
ExtensionMetadata[] |
ExtensionHandler.getAttributes() |
ExtensionMetadata[] |
MobileHandler.getAttributes() |
Copyright © 2009–2021 Crawler-Commons. All rights reserved.