| Package | Description |
|---|---|
| crawlercommons.sitemaps |
Sitemaps package provides all classes relevant to focused sitemap parsing,
url definition and processing.
|
| crawlercommons.sitemaps.extension | |
| crawlercommons.sitemaps.sax | |
| crawlercommons.sitemaps.sax.extension |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Extension> |
SiteMapParser.extensionNamespaces
Map of sitemap extension namespaces required to find the right extension
handler.
|
static Map<Extension,List<String>> |
Namespace.SITEMAP_EXTENSION_NAMESPACES |
| Modifier and Type | Method and Description |
|---|---|
Map<Extension,ExtensionMetadata[]> |
SiteMapURL.getAttributes()
Get attributes of sitemap extensions (news, images, videos, etc.)
|
| Modifier and Type | Method and Description |
|---|---|
void |
SiteMapURL.addAttributesForExtension(Extension extension,
ExtensionMetadata[] attributes)
Add attributes of a specific sitemap extension
|
void |
SiteMapParser.enableExtension(Extension extension)
Enable a support for a sitemap extension in the parser.
|
ExtensionMetadata[] |
SiteMapURL.getAttributesForExtension(Extension extension)
Get attributes of a specific sitemap extension
|
| Modifier and Type | Method and Description |
|---|---|
static Extension |
Extension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extension[] |
Extension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Extension> |
DelegatorHandler.extensionNamespaces |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatorHandler.setExtensionNamespaces(Map<String,Extension> extensionMap) |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionHandler |
ExtensionHandler.create(Extension extension) |
Copyright © 2009–2021 Crawler-Commons. All rights reserved.