org.openprivacy.reptile.metaupdate.extensions
Class MetaUpdateExtension
java.lang.Object
|
+--org.openprivacy.reptile.metaupdate.extensions.MetaUpdateExtension
- public class MetaUpdateExtension
- extends java.lang.Object
- Version:
- $Id: MetaUpdateExtension.java,v 1.4 2002/02/26 09:17:55 burton Exp $
- Author:
- Kevin A. Burton
Method Summary |
void |
article(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Update meta info for the given article/item. |
void |
channel(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Create a new link. |
void |
image(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Update meta info for the given article/item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaUpdateExtension
public MetaUpdateExtension()
channel
public void channel(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
- Create a new link.
image
public void image(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
-
Update meta info for the given article/item.
article
public void article(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
- Update meta info for the given article/item.