org.openprivacy.reptile.extensions.om
Class ChannelSearchExtension
java.lang.Object
|
+--org.openprivacy.reptile.extensions.om.ChannelSearchExtension
- public class ChannelSearchExtension
- extends java.lang.Object
- Version:
- $Id: ChannelSearchExtension.java,v 1.2 2002/01/30 07:19:18 burton Exp $
- Author:
- burtonator
Method Summary |
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
ChannelSearchExtension
public ChannelSearchExtension()
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: