Class Sitemap acts as the main container for the sitemap.xml file, setting
up the "urlset" attribute required for every sitemap.xml file and used to
hold URL containers and their encapsulated attributes.
Sitemap() -
Constructor for class com.bssp.javasitemapper.Sitemap
This constructor creates a new Sitemap object that will serve as a
container for building the sitemap file(s).
Class SitemapOutput writes a urlset container to disk as a sitemap.xml file
(or a set of sitemap files referenced by a sitemap index file), in addition
to formatting the sitemap file(s) so that they are readable.
This constructor creates a new SitemapOutput object with an undefined
domain name, filepath set to the root of the web application, and
filename set to "sitemap.xml".
This overloaded constructor creates a new SitemapOutput object with a
user-defined domain name, filepath set to the root of the web
application, and filename set to "sitemap.xml".
This overloaded constructor creates a new SitemapOutput object with a
user-defined domain name, user-defined filepath, and filename set to
"sitemap.xml".