org.openprivacy.reptile.extensions
Class SearchExtension
java.lang.Object
|
+--org.openprivacy.reptile.extensions.SearchExtension
- public class SearchExtension
- extends java.lang.Object
Provides misc tools for escaping content.
- Version:
- $Id: SearchExtension.java,v 1.6 2002/02/07 01:20:19 burton Exp $
- Author:
- Kevin A. Burton
Method Summary |
org.w3c.dom.Node |
history(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Execute a new search and then serialize the first page. |
org.w3c.dom.Node |
search(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
Execute a new search and then serialize the first page. |
org.w3c.dom.Node |
serialize(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchExtension
public SearchExtension()
serialize
public org.w3c.dom.Node serialize(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
search
public org.w3c.dom.Node search(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
- Execute a new search and then serialize the first page.
history
public org.w3c.dom.Node history(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
- Execute a new search and then serialize the first page.