org.apache.cocoon.components.language.markup.sitemap
public class: SitemapMarkupLanguage [javadoc |
source]
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.language.markup.AbstractMarkupLanguage
org.apache.cocoon.components.language.markup.CocoonMarkupLanguage
org.apache.cocoon.components.language.markup.sitemap.SitemapMarkupLanguage
All Implemented Interfaces:
org.apache.avalon.framework.activity.Disposable, org.apache.avalon.excalibur.pool.Recyclable, MarkupLanguage, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.configuration.Configurable
This class implements
MarkupLanguage for Cocoon's
Sitemap.
- author:
< - a href="mailto:vgritsenko@apache.org">Vadim Gritsenko
- version:
CVS - $Id: SitemapMarkupLanguage.java,v 1.9.2.1 2002/09/22 04:29:20 vgritsenko Exp $
| Method from org.apache.cocoon.components.language.markup.sitemap.SitemapMarkupLanguage Summary: |
|---|
|
getRootElement |
| Methods from org.apache.cocoon.components.language.markup.AbstractMarkupLanguage: |
|---|
|
addDependency, addLogicsheetToList, addLogicsheetsToGenerator, configure, dispose, generateCode, getEncoding, getLogicsheetFilter, getName, getPrefix, getPreprocessFilter, getTransformerChainBuilder, getURI, hasAttrInterpolation, hasTextInterpolation, recycle, service |
| Method from org.apache.cocoon.components.language.markup.sitemap.SitemapMarkupLanguage Detail: |
public String getRootElement() {
return "sitemap";
}
|