Uses of Class
crawlercommons.sitemaps.extension.Extension
-
Packages that use Extension 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 -
-
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. extensionNamespacesMap of sitemap extension namespaces required to find the right extension handler.static Map<Extension,List<String>>Namespace. SITEMAP_EXTENSION_NAMESPACESMethods 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 voidSiteMapURL. addAttributesForExtension(Extension extension, ExtensionMetadata[] attributes)Add attributes of a specific sitemap extensionvoidSiteMapParser. 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 ExtensionExtension. 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. extensionNamespacesMethod parameters in crawlercommons.sitemaps.sax with type arguments of type Extension Modifier and Type Method Description voidDelegatorHandler. 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 ExtensionHandlerExtensionHandler. create(Extension extension)
-