This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.sitemap
Class SitemapBuilder
java.lang.Object
   org.apache.cocoon.sitemap.SitemapBuilder
org.apache.cocoon.sitemap.SitemapBuilder
- public class SitemapBuilder 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SitemapBuilder
public SitemapBuilder()
build
public SitemapNode build(URL sitemap)
- 
 
enableValidation
protected void enableValidation(URL sitemap,
                                SAXParserFactory saxParserFactory)
- Enable sitemap validation against the XSD schema.
 Use InMemoryLRUResourceCacheto validate once until sitemap file changes.
 
- 
- Parameters:
- sitemap- An- URLwith sitemap location.
- saxParserFactory-- SAXParserFactoryto configure the schema.
 
setSitemapNodeFactory
public void setSitemapNodeFactory(SitemapNodeFactory sitemapNodeFactory)
- 
 
createSitemapNode
protected SitemapNode createSitemapNode(String localName,
                                        Map<String,String> parameters)
- 
 
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.