org.openprivacy.reptile.extensions.om
Class ArticleExtension

java.lang.Object
  |
  +--org.openprivacy.reptile.extensions.om.ArticleExtension

public class ArticleExtension
extends java.lang.Object

Version:
$Id: ArticleExtension.java,v 1.6 2002/02/20 22:44:11 burton Exp $
Author:
burtonator

Constructor Summary
ArticleExtension()
           
 
Method Summary
 int count(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
          Get the total number of content feeds known.
 java.lang.String getDateFound(java.lang.String location)
          Return the date found for the given location
 java.lang.String getDescription(java.lang.String location)
          Get the title for the given location
 java.lang.String getTitle(java.lang.String location)
          Get the title for the given location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArticleExtension

public ArticleExtension()
Method Detail

count

public int count(org.apache.xalan.extensions.XSLProcessorContext context,
                 org.apache.xalan.templates.ElemExtensionCall elem)
Get the total number of content feeds known.


getDateFound

public java.lang.String getDateFound(java.lang.String location)
Return the date found for the given location


getTitle

public java.lang.String getTitle(java.lang.String location)
Get the title for the given location


getDescription

public java.lang.String getDescription(java.lang.String location)
Get the title for the given location