Uses of Class
crawlercommons.sitemaps.extension.Extension
-
Packages that use Extension Package Description crawlercommons.sitemaps Classes focused on parsing and processing sitemaps and holding the resulting set of URLs with crawling-related metadata, such as the change frequency of a page.crawlercommons.sitemaps.extension Extensions to the sitemaps protocol for additional attributes and links to alternate media formats, for example image, video and news sitemaps.crawlercommons.sitemaps.sax SAX handlers to parse specific elements of XML sitemaps or Atom/RSS feeds.crawlercommons.sitemaps.sax.extension SAX handlers to parse extensions of XML sitemaps. -
-
Uses of Extension in crawlercommons.sitemaps
Fields in crawlercommons.sitemaps with type parameters of type Extension Modifier and Type Field 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
Methods in crawlercommons.sitemaps that return types with arguments of type Extension Modifier and Type Method Description Map<Extension,ExtensionMetadata[]>
SiteMapURL. getAttributes()
Get attributes of sitemap extensions (news, images, videos, etc.)Methods in crawlercommons.sitemaps with parameters of type Extension Modifier and Type Method Description void
SiteMapURL. addAttributesForExtension(Extension extension, ExtensionMetadata[] attributes)
Add attributes of a specific sitemap extensionvoid
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 -
Uses of Extension in crawlercommons.sitemaps.extension
Methods in crawlercommons.sitemaps.extension that return Extension Modifier and Type Method 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. -
Uses of Extension in crawlercommons.sitemaps.sax
Fields in crawlercommons.sitemaps.sax with type parameters of type Extension Modifier and Type Field Description protected Map<String,Extension>
DelegatorHandler. extensionNamespaces
Method parameters in crawlercommons.sitemaps.sax with type arguments of type Extension Modifier and Type Method Description void
DelegatorHandler. setExtensionNamespaces(Map<String,Extension> extensionMap)
-
Uses of Extension in crawlercommons.sitemaps.sax.extension
Methods in crawlercommons.sitemaps.sax.extension with parameters of type Extension Modifier and Type Method Description static ExtensionHandler
ExtensionHandler. create(Extension extension)
-