org.openprivacy.reptile.extensions.om
Class ArticleSearchExtension
java.lang.Object
|
+--org.openprivacy.reptile.extensions.om.ArticleSearchExtension
- public class ArticleSearchExtension
- extends java.lang.Object
- Version:
- $Id: ArticleSearchExtension.java,v 1.5 2002/01/30 07:19:18 burton Exp $
- Author:
- burtonator
Method Summary |
org.w3c.dom.Node |
byChannelUnreadOnly(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Query by the channel but show all. |
org.w3c.dom.Node |
byDescription(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Get the total number of content feeds known. |
org.w3c.dom.Node |
byTitle(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Get the total number of content feeds known. |
org.w3c.dom.Node |
byTitleAndDescription(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Get the total number of content feeds known by title and description. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DC_NAMESPACE
public static final java.lang.String DC_NAMESPACE
- See Also:
- Constant Field Values
ArticleSearchExtension
public ArticleSearchExtension()
byTitleAndDescription
public org.w3c.dom.Node byTitleAndDescription(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
- Get the total number of content feeds known by title and description.
Example:
byTitle
public org.w3c.dom.Node byTitle(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
- Get the total number of content feeds known.
Example:
byDescription
public org.w3c.dom.Node byDescription(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
- Get the total number of content feeds known.
Example:
byChannelUnreadOnly
public org.w3c.dom.Node byChannelUnreadOnly(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
- Query by the channel but show all.