A B C D E F G H I J K L M N O P R S T U V W X

A

AbstractBodyTag - Class in org.apache.taglibs.xtags.xpath
Abstract base class for BodyTag implementations
AbstractBodyTag() - Constructor for class org.apache.taglibs.xtags.xpath.AbstractBodyTag
 
AbstractTag - Class in org.apache.taglibs.xtags.xpath
A tag which performs an XPath expression on the current context Node
AbstractTag() - Constructor for class org.apache.taglibs.xtags.xpath.AbstractTag
 
addAttribute(String) - Method in class org.apache.taglibs.xtags.xpath.ElementTag
 
AddTag - Class in org.apache.taglibs.xtags.xpath
The add tag parses it's body (as an XML fragment) and appends the contents to the current node.
AddTag() - Constructor for class org.apache.taglibs.xtags.xpath.AddTag
 
addTemplate(Rule) - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
ALLOW_FLUSH - Static variable in class org.apache.taglibs.xtags.xpath.AbstractTag
 
appendResults(Element, List) - Method in class org.apache.taglibs.xtags.servlet.XPathServlet
 
ApplyTemplatesTag - Class in org.apache.taglibs.xtags.xpath
The body of this tag defines a stylesheet which is implemented via calling a JSP include.
ApplyTemplatesTag() - Constructor for class org.apache.taglibs.xtags.xpath.ApplyTemplatesTag
 
asBoolean(String) - Method in class org.apache.taglibs.xtags.xpath.OutputTag
 
AttributeTag - Class in org.apache.taglibs.xtags.xpath
Adds an XML attribute to the parent element tag like the <xsl:attribute> tag.
AttributeTag() - Constructor for class org.apache.taglibs.xtags.xpath.AttributeTag
 

B

BodyAction - Class in org.apache.taglibs.xtags.xpath
An Action which tells the Stylesheet tag which template body to execute.
BodyAction() - Constructor for class org.apache.taglibs.xtags.xpath.BodyAction
 
BodyAction(StylesheetTag, String) - Constructor for class org.apache.taglibs.xtags.xpath.BodyAction
 
breakLoop() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Causes the iteration to be stopped like the Java 'break' statement.
BreakTag - Class in org.apache.taglibs.xtags.xpath
Causes the current iteration to be terminated rather like the Java 'break' statement.
BreakTag() - Constructor for class org.apache.taglibs.xtags.xpath.BreakTag
 

C

ChooseTag - Class in org.apache.taglibs.xtags.xpath
Behaves like the equivalent XSLT tag.
ChooseTag() - Constructor for class org.apache.taglibs.xtags.xpath.ChooseTag
 
configure(Transformer) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Configures the Transformer before use
context - Variable in class org.apache.taglibs.xtags.xpath.AbstractTag
 
context - Variable in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
ContextNodeTag - Interface in org.apache.taglibs.xtags.xpath
An abstract base class which represents a context node on which XPath expressions can be evaluated.
ContextTag - Class in org.apache.taglibs.xtags.xpath
A tag which changes the current context for tags used inside its body.
ContextTag() - Constructor for class org.apache.taglibs.xtags.xpath.ContextTag
 
CopyOfTag - Class in org.apache.taglibs.xtags.xpath
A tag which performs a copy-of operation like the XSLT tag
CopyOfTag() - Constructor for class org.apache.taglibs.xtags.xpath.CopyOfTag
 
CopyTag - Class in org.apache.taglibs.xtags.xpath
A tag which performs a copy operation like the XSLT tag - a shallow copy
CopyTag() - Constructor for class org.apache.taglibs.xtags.xpath.CopyTag
 
createAction() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
 
createDocument(HttpServletRequest) - Method in class org.apache.taglibs.xtags.servlet.XPathServlet
 
createPattern(String) - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
 
createRule() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
 
createURIResolver() - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Creates a URI resolver capable of resolving URIs when used in XSLT includes or imports
createURL(String, PageContext) - Static method in class org.apache.taglibs.xtags.util.URLHelper
 
createXMLWriter(PageContext) - Static method in class org.apache.taglibs.xtags.xpath.TagHelper
 
createXPath(String) - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
A factory method to create new XPath instances
createXPath(String) - Method in class org.apache.taglibs.xtags.xpath.AddTag
A factory method to create new XPath instances
createXPath(String) - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
A factory method to create new XPath instances
createXPath(String) - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
A factory method to create new XPath instances
createXPathFilter(String) - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
A factory method to create new XPath filter

D

defineParameter(Object) - Method in class org.apache.taglibs.xtags.xslt.ParamTag
 
defineVariable(Document) - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
defineVariable(PageContext, String, Object) - Static method in class org.apache.taglibs.xtags.xpath.TagHelper
 
destroy() - Method in class org.apache.taglibs.xtags.servlet.XPathServlet
 
doAfterBody() - Method in class org.apache.taglibs.xtags.xpath.AttributeTag
 
doAfterBody() - Method in class org.apache.taglibs.xtags.xpath.ElementTag
 
doAfterBody() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
 
doAfterBody() - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
doAfterBody() - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
doAfterBody() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
 
doAfterBody() - Method in class org.apache.taglibs.xtags.xslt.ParamTag
 
doAfterBody() - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Extract the body if required for either the XML or XSLT
doEndTag() - Method in class org.apache.taglibs.xtags.xpath.AddTag
 
doEndTag() - Method in class org.apache.taglibs.xtags.xpath.ApplyTemplatesTag
 
doEndTag() - Method in class org.apache.taglibs.xtags.xpath.CopyOfTag
 
doEndTag() - Method in class org.apache.taglibs.xtags.xpath.CopyTag
 
doEndTag() - Method in class org.apache.taglibs.xtags.xpath.ReplaceTag
 
doEndTag() - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
doEndTag() - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Perform the transformation and render the output.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.taglibs.xtags.servlet.XPathServlet
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.ApplyTemplatesTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.AttributeTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.BreakTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.ChooseTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.ContextTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.CopyOfTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.CopyTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.ElementTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.IfTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.OtherwiseTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.OutputTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.RemoveTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.ValueOfTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.VariableTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xpath.WhenTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xslt.ParamTag
 
doStartTag() - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Evaluate the body content of this tag if we need to for either the XML or XSLT data; otherwise we skip it.

E

ElementTag - Class in org.apache.taglibs.xtags.xpath
A tag to produce an XML element which can contain other attributes or elements like the <xsl:element> tag.
ElementTag() - Constructor for class org.apache.taglibs.xtags.xpath.ElementTag
 
EMPTY_DOCUMENT - Static variable in class org.apache.taglibs.xtags.xpath.AbstractTag
 
encode(String) - Static method in class org.apache.taglibs.xtags.xpath.ValueOfTag
Encodes the standard entities in the given string
encodeHTML(String) - Static method in class org.apache.taglibs.xtags.util.StringHelper
Encodes the given XML / HTML so that it will appear in a HTML browser.
evaluate() - Method in class org.apache.taglibs.xtags.xpath.IfTag
 
evaluate() - Method in class org.apache.taglibs.xtags.xpath.WhenTag
 

F

fillInStackTrace() - Method in exception org.apache.taglibs.xtags.util.JspNestedException
 
fillInStackTrace() - Method in exception org.apache.taglibs.xtags.util.NestedRuntimeException
 
findAttribute(PageContext, String) - Static method in class org.apache.taglibs.xtags.util.JspHelper
Catches wierd Exceptions on platforms such as WebLogic when you try and lookup an attribute and its not there
finishLoop() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Finishes the loop and outputs the current body
flush() - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
 
ForEachTag - Class in org.apache.taglibs.xtags.xpath
A tag which performs an iteration over the results of an XPath expression on an XML document
ForEachTag() - Constructor for class org.apache.taglibs.xtags.xpath.ForEachTag
 
ForEachTagExtraInfo - Class in org.apache.taglibs.xtags.xpath
The extra info for the foreach tag
ForEachTagExtraInfo() - Constructor for class org.apache.taglibs.xtags.xpath.ForEachTagExtraInfo
 

G

getAction() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Getter for property action.
getBoolean(HttpServletRequest, String) - Method in class org.apache.taglibs.xtags.servlet.XPathServlet
 
getContext() - Method in interface org.apache.taglibs.xtags.xpath.ContextNodeTag
 
getContext() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
 
getContextNode() - Method in class org.apache.taglibs.xtags.xpath.BodyAction
 
getDocumentFactory() - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
 
getDocumentFactory() - Method in class org.apache.taglibs.xtags.xpath.AddTag
 
getDocumentFactory() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
 
getDocumentFactory() - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
getDocumentURL(HttpServletRequest) - Method in class org.apache.taglibs.xtags.servlet.XPathServlet
 
getElementTag() - Method in class org.apache.taglibs.xtags.xpath.AttributeTag
 
getId() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Getter for property id.
getId() - Method in class org.apache.taglibs.xtags.xpath.ParseTag
Getter for property id.
getId() - Method in class org.apache.taglibs.xtags.xpath.VariableTag
Getter for property id.
getInputNodes() - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
 
getInputNodes(boolean) - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
 
getInputNodes() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
 
getInputNodes() - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
getInputNodes(PageContext) - Static method in class org.apache.taglibs.xtags.xpath.TagHelper
 
getInputNodes(PageContext, Tag, boolean) - Static method in class org.apache.taglibs.xtags.xpath.TagHelper
 
getInstance(PageContext) - Static method in class org.apache.taglibs.xtags.util.JspVariableContext
A static helper method to return the DOM4J VariableContext for the current request, lazily creating an instance if one does not currently exist.
getJsp() - Method in class org.apache.taglibs.xtags.xpath.JspAction
Getter for property jsp.
getJsp() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Getter for property jsp.
getMatch() - Method in class org.apache.taglibs.xtags.xpath.BodyAction
 
getMode() - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
Getter for property mode.
getName() - Method in class org.apache.taglibs.xtags.xpath.AttributeTag
Getter for property name.
getName() - Method in class org.apache.taglibs.xtags.xpath.ElementTag
Getter for property name.
getName() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Getter for property name.
getName() - Method in class org.apache.taglibs.xtags.xslt.ParamTag
 
getNestedException() - Method in exception org.apache.taglibs.xtags.util.JspNestedException
 
getNestedException() - Method in exception org.apache.taglibs.xtags.util.NestedRuntimeException
 
getNode() - Method in class org.apache.taglibs.xtags.xpath.CopyTag
Returns the node selected for this tag
getNode(Object) - Method in class org.apache.taglibs.xtags.xpath.CopyTag
 
getOutputFormat(PageContext) - Static method in class org.apache.taglibs.xtags.xpath.TagHelper
 
getPageContext() - Method in class org.apache.taglibs.xtags.xpath.JspAction
Getter for property pageContext.
getPageContext() - Method in class org.apache.taglibs.xtags.xpath.JspCopyOfAction
Getter for property pageContext.
getPageContext() - Method in class org.apache.taglibs.xtags.xpath.JspValueOfAction
Getter for property pageContext.
getPriority() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Getter for property priority.
getResourceURL(String, PageContext) - Static method in class org.apache.taglibs.xtags.util.URLHelper
 
getResult() - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Construct and return a JAXP Result
getRule() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Getter for property rule.
getSAXReader() - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
getSource(Object) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Construct and return a JAXP Source to read the XML data to be styled.
getStylesheet() - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
 
getStylesheet() - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
getStylesheet(PageContext) - Static method in class org.apache.taglibs.xtags.xpath.TagHelper
 
getStylesheetTag() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Getter for property stylesheetTag.
getType() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Getter for property type.
getType() - Method in class org.apache.taglibs.xtags.xpath.VariableTag
Getter for property type.
getValidate() - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
getValue() - Method in class org.apache.taglibs.xtags.xslt.ParamTag
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.xtags.xpath.ForEachTagExtraInfo
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.xtags.xpath.ParseTagExtraInfo
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.xtags.xpath.VariableTagExtraInfo
 
getVariableValue(String) - Method in class org.apache.taglibs.xtags.util.JspVariableContext
 
getVariableValue(String, String) - Method in class org.apache.taglibs.xtags.util.JspVariableContext
 
getVariableValue(String, String, String) - Method in class org.apache.taglibs.xtags.util.JspVariableContext
 
getXMLWriter() - Method in class org.apache.taglibs.xtags.xpath.JspCopyOfAction
Getter for property xmlWriter.
getXMLWriter() - Method in class org.apache.taglibs.xtags.xpath.OutputTag
 
getXMLWriter(PageContext, Tag) - Static method in class org.apache.taglibs.xtags.xpath.TagHelper
 

H

handleException(Exception) - Method in class org.apache.taglibs.xtags.xpath.AbstractBodyTag
Handles non-JspExceptions thrown in this instance
handleException(Exception) - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
Handles non-JspExceptions thrown in this instance
handleException(Exception) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Handles non-JspExceptions thrown in this instance
hasNext() - Method in class org.apache.taglibs.xtags.xpath.ContextTag
Performs an iteration and defines a variable of the current object
hasNext() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Performs an iteration and defines a variable of the current object

I

IfTag - Class in org.apache.taglibs.xtags.xpath
Behaves like the equivalent XSLT tag.
IfTag() - Constructor for class org.apache.taglibs.xtags.xpath.IfTag
 
init() - Method in class org.apache.taglibs.xtags.servlet.XPathServlet
 
isAscending() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Getter for property ascending.
isAvt() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Getter for property avt.
isDistinct() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Getter for property distinct.
isEvaluated() - Method in class org.apache.taglibs.xtags.xpath.ChooseTag
 

J

JspAction - Class in org.apache.taglibs.xtags.xpath
An Action which includes a piece of JSP
JspAction() - Constructor for class org.apache.taglibs.xtags.xpath.JspAction
 
JspAction(PageContext, String) - Constructor for class org.apache.taglibs.xtags.xpath.JspAction
 
JspCopyOfAction - Class in org.apache.taglibs.xtags.xpath
Outputs the given Node to the current JSP output
JspCopyOfAction() - Constructor for class org.apache.taglibs.xtags.xpath.JspCopyOfAction
 
JspCopyOfAction(PageContext) - Constructor for class org.apache.taglibs.xtags.xpath.JspCopyOfAction
 
JspHelper - Class in org.apache.taglibs.xtags.util
A collection of helper methods for JSP tag implementators
JspHelper() - Constructor for class org.apache.taglibs.xtags.util.JspHelper
 
JspNestedException - Exception in org.apache.taglibs.xtags.util
A JspException which is nested to preserve stack traces.
JspNestedException(Throwable) - Constructor for exception org.apache.taglibs.xtags.util.JspNestedException
 
JspNestedException(String, Exception) - Constructor for exception org.apache.taglibs.xtags.util.JspNestedException
 
JspValueOfAction - Class in org.apache.taglibs.xtags.xpath
Outputs the string-value of the given Node (as defined by the XPath specification) to the current JSP output
JspValueOfAction() - Constructor for class org.apache.taglibs.xtags.xpath.JspValueOfAction
 
JspValueOfAction(PageContext) - Constructor for class org.apache.taglibs.xtags.xpath.JspValueOfAction
 
JspVariableContext - Class in org.apache.taglibs.xtags.util
A Servlet to display the result of an XPath expression as XML
JspVariableContext(PageContext) - Constructor for class org.apache.taglibs.xtags.util.JspVariableContext
 

K

KEY_REQUEST_VARIABLE_CONTEXT - Static variable in class org.apache.taglibs.xtags.util.JspVariableContext
 

L

logError(Throwable) - Method in class org.apache.taglibs.xtags.xpath.AbstractBodyTag
 
logError(String) - Method in class org.apache.taglibs.xtags.xpath.AbstractBodyTag
 
logInfo(String) - Method in class org.apache.taglibs.xtags.xpath.AbstractBodyTag
 

M

matches(NodeFilter) - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
 

N

NestedRuntimeException - Exception in org.apache.taglibs.xtags.util
A RuntimeException which is nested to preserve stack traces.
NestedRuntimeException(Exception) - Constructor for exception org.apache.taglibs.xtags.util.NestedRuntimeException
 
NestedRuntimeException(String, Exception) - Constructor for exception org.apache.taglibs.xtags.util.NestedRuntimeException
 
NO_VARIABLES - Static variable in class org.apache.taglibs.xtags.xpath.ParseTagExtraInfo
 
NULL_ARGS - Static variable in class org.apache.taglibs.xtags.xpath.ReflectionAction
 
NULL_PARAMS - Static variable in class org.apache.taglibs.xtags.xpath.ReflectionAction
 

O

org.apache.taglibs.xtags.servlet - package org.apache.taglibs.xtags.servlet
A collection of useful Servlets such as XPathServlet which outputs the value of an XPath expresison on an XML document.
org.apache.taglibs.xtags.util - package org.apache.taglibs.xtags.util
A collection of collections, utility and helper classes.
org.apache.taglibs.xtags.xpath - package org.apache.taglibs.xtags.xpath
JSP Custom tags for working with XML via XPath for navigating, processing and transforming XML documents using XPath expressions, naviagation, iteration and XSLT stylesheets.
org.apache.taglibs.xtags.xslt - package org.apache.taglibs.xtags.xslt
JSP Custom tags for working with XSLT.
OtherwiseTag - Class in org.apache.taglibs.xtags.xpath
Behaves like the equivalent XSLT tag.
OtherwiseTag() - Constructor for class org.apache.taglibs.xtags.xpath.OtherwiseTag
 
outputFormat - Static variable in class org.apache.taglibs.xtags.xpath.TagHelper
 
OutputTag - Class in org.apache.taglibs.xtags.xpath
This tag is used to specify the output format of the XML
OutputTag() - Constructor for class org.apache.taglibs.xtags.xpath.OutputTag
 

P

ParameterAcceptingTag - Interface in org.apache.taglibs.xtags.xslt
A tag which is capable of accepting a parameter value such as the tag
ParamTag - Class in org.apache.taglibs.xtags.xslt
A tag which declares a parameter for use in an XSLT stylesheet
ParamTag() - Constructor for class org.apache.taglibs.xtags.xslt.ParamTag
 
ParseTag - Class in org.apache.taglibs.xtags.xpath
A tag which parses its body as an XML Document and defines a variable
ParseTag() - Constructor for class org.apache.taglibs.xtags.xpath.ParseTag
 
ParseTagExtraInfo - Class in org.apache.taglibs.xtags.xpath
The extra info for the xml tag
ParseTagExtraInfo() - Constructor for class org.apache.taglibs.xtags.xpath.ParseTagExtraInfo
 
printAttribute(JspWriter, String) - Method in class org.apache.taglibs.xtags.xpath.ElementTag
 
printAttributes(JspWriter) - Method in class org.apache.taglibs.xtags.xpath.ElementTag
 
printStackTrace(PrintStream) - Method in exception org.apache.taglibs.xtags.util.JspNestedException
 
printStackTrace(PrintWriter) - Method in exception org.apache.taglibs.xtags.util.JspNestedException
 
printStackTrace() - Method in exception org.apache.taglibs.xtags.util.JspNestedException
 
printStackTrace(PrintStream) - Method in exception org.apache.taglibs.xtags.util.NestedRuntimeException
 
printStackTrace(PrintWriter) - Method in exception org.apache.taglibs.xtags.util.NestedRuntimeException
 
printStackTrace() - Method in exception org.apache.taglibs.xtags.util.NestedRuntimeException
 

R

ReflectionAction - Class in org.apache.taglibs.xtags.xpath
Calls a void method on an instance when the action is fired.
ReflectionAction(Object, String) - Constructor for class org.apache.taglibs.xtags.xpath.ReflectionAction
 
ReflectionAction(Object, Method) - Constructor for class org.apache.taglibs.xtags.xpath.ReflectionAction
 
release() - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.AddTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.ApplyTemplatesTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.AttributeTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.CopyOfTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.CopyTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.ElementTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.OutputTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.RemoveTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.ReplaceTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.ValueOfTag
 
release() - Method in class org.apache.taglibs.xtags.xpath.VariableTag
 
release() - Method in class org.apache.taglibs.xtags.xslt.ParamTag
 
release() - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Release any allocated resources.
RemoveTag - Class in org.apache.taglibs.xtags.xpath
The remove tag removes nodes from the current document which matches the given XPath expression.
RemoveTag() - Constructor for class org.apache.taglibs.xtags.xpath.RemoveTag
 
ReplaceTag - Class in org.apache.taglibs.xtags.xpath
The replace tag parses it's body (as an XML fragment) and replaces the contents to the current node with this new XML fragment.
ReplaceTag() - Constructor for class org.apache.taglibs.xtags.xpath.ReplaceTag
 
REQUEST_KEY_CONTEXT - Static variable in class org.apache.taglibs.xtags.xpath.TagHelper
Request scope attribute name used to pass the context between JSP files
REQUEST_KEY_STYLESHEET - Static variable in class org.apache.taglibs.xtags.xpath.TagHelper
Request scope attribute name used to pass the stylesheet between JSP files
REQUEST_KEY_XML_WRITER - Static variable in class org.apache.taglibs.xtags.xpath.TagHelper
Request scope attribute name used to pass the XMLWriter between JSP files
run(Node) - Method in class org.apache.taglibs.xtags.xpath.BodyAction
 
run(Node) - Method in class org.apache.taglibs.xtags.xpath.JspAction
 
run(Node) - Method in class org.apache.taglibs.xtags.xpath.JspCopyOfAction
 
run(Node) - Method in class org.apache.taglibs.xtags.xpath.JspValueOfAction
 
run(Node) - Method in class org.apache.taglibs.xtags.xpath.ReflectionAction
 
run(Node) - Method in class org.apache.taglibs.xtags.xpath.StylesheetValueOfAction
 
runStylesheet() - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 

S

selectNodes() - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
 
setAction(Action) - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Setter for property action.
setAfter(String) - Method in class org.apache.taglibs.xtags.xpath.AddTag
Sets an XPath expression used to determine a child element of the current element.
setAscending(boolean) - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Setter for property ascending.
setAttributeValue(String, String) - Method in class org.apache.taglibs.xtags.xpath.ElementTag
 
setAvt(boolean) - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Setter for property avt.
setBefore(String) - Method in class org.apache.taglibs.xtags.xpath.AddTag
Sets an XPath expression used to determine a child element of the current element.
setContext(Object) - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
 
setContext(Object) - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
 
setContext(Object) - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
setDistinct(boolean) - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Setter for property distinct.
setDocument(Document) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Sets the dom4j document to be styled
setEvaluated(boolean) - Method in class org.apache.taglibs.xtags.xpath.ChooseTag
Called when an when or otherwise block has been evaluted
setFilter(NodeFilter) - Method in class org.apache.taglibs.xtags.xpath.IfTag
 
setFilter(NodeFilter) - Method in class org.apache.taglibs.xtags.xpath.WhenTag
 
setId(String) - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Setter for property id.
setId(String) - Method in class org.apache.taglibs.xtags.xpath.ParseTag
Setter for property id.
setId(String) - Method in class org.apache.taglibs.xtags.xpath.VariableTag
Setter for property id.
setIndent(String) - Method in class org.apache.taglibs.xtags.xpath.OutputTag
 
setInputNodes(Object) - Method in class org.apache.taglibs.xtags.xpath.AbstractTag
 
setInputNodes(PageContext, Object) - Static method in class org.apache.taglibs.xtags.xpath.TagHelper
 
setJsp(String) - Method in class org.apache.taglibs.xtags.xpath.JspAction
Setter for property jsp.
setJsp(String) - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Setter for property jsp.
setMatch(String) - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
 
setMethod(String) - Method in class org.apache.taglibs.xtags.xpath.OutputTag
 
setMode(String) - Method in class org.apache.taglibs.xtags.xpath.ApplyTemplatesTag
Setter for property mode.
setMode(String) - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
Setter for property mode.
setMode(String) - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Setter for property mode.
setName(String) - Method in class org.apache.taglibs.xtags.xpath.AttributeTag
Setter for property name.
setName(String) - Method in class org.apache.taglibs.xtags.xpath.ElementTag
Setter for property name.
setName(String) - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Setter for property name.
setName(String) - Method in class org.apache.taglibs.xtags.xslt.ParamTag
 
setOmitXmlDeclaration(String) - Method in class org.apache.taglibs.xtags.xpath.OutputTag
 
setOutputMethod(String) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
 
setPageContext(PageContext) - Method in class org.apache.taglibs.xtags.xpath.JspAction
Setter for property pageContext.
setPageContext(PageContext) - Method in class org.apache.taglibs.xtags.xpath.JspCopyOfAction
Setter for property pageContext.
setPageContext(PageContext) - Method in class org.apache.taglibs.xtags.xpath.JspValueOfAction
Setter for property pageContext.
setPageContext(PageContext) - Method in class org.apache.taglibs.xtags.xpath.StylesheetTag
 
setParameter(String, Object) - Method in interface org.apache.taglibs.xtags.xslt.ParameterAcceptingTag
Sets the given parameter name and value
setParameter(String, Object) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
 
setPriority(double) - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Setter for property priority.
setReader(Reader) - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
setResult(Result) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Sets the JAXP Result instance to
setResultHandler(ContentHandler) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Sets the SAX ContentHandler that the output is written to
setRule(Rule) - Method in class org.apache.taglibs.xtags.xpath.TemplateTag
Setter for property rule.
setSelect(String) - Method in class org.apache.taglibs.xtags.xpath.ApplyTemplatesTag
 
setSelect(String) - Method in class org.apache.taglibs.xtags.xpath.CopyOfTag
Setter for property select.
setSelect(String) - Method in class org.apache.taglibs.xtags.xpath.CopyTag
Setter for property select.
setSelect(String) - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Sets the select XPath expression
setSelect(String) - Method in class org.apache.taglibs.xtags.xpath.RemoveTag
Sets the select XPath expression
setSelect(String) - Method in class org.apache.taglibs.xtags.xpath.ValueOfTag
Sets the select XPath expression
setSelect(String) - Method in class org.apache.taglibs.xtags.xpath.VariableTag
Sets the select XPath expression
setSelectXPath(XPath) - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Sets the XPath selection expression
setSelectXPath(XPath) - Method in class org.apache.taglibs.xtags.xpath.RemoveTag
Sets the XPath selection expression
setSelectXPath(XPath) - Method in class org.apache.taglibs.xtags.xpath.ValueOfTag
Sets the XPath selection expression
setSelectXPath(XPath) - Method in class org.apache.taglibs.xtags.xpath.VariableTag
Sets the XPath selection expression
setSort(String) - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Setter for property sort.
setSortXPath(XPath) - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
 
setStylesheet(PageContext, Stylesheet) - Static method in class org.apache.taglibs.xtags.xpath.TagHelper
 
setTest(String) - Method in class org.apache.taglibs.xtags.xpath.IfTag
 
setTest(String) - Method in class org.apache.taglibs.xtags.xpath.WhenTag
 
setTransformer(Transformer) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Sets the XSLT transformer used to transform the document
setType(String) - Method in class org.apache.taglibs.xtags.xpath.ForEachTag
Setter for property type.
setType(String) - Method in class org.apache.taglibs.xtags.xpath.VariableTag
Setter for property type.
setUri(String) - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
setURL(URL) - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
setUrl(String) - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
setValidate(boolean) - Method in class org.apache.taglibs.xtags.xpath.ParseTag
 
setValue(Object) - Method in class org.apache.taglibs.xtags.xslt.ParamTag
 
setWriter(Writer) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Sets where the output is written to
setXml(String) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Sets the XML URL that the input document is read from
setXmlReader(Reader) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
 
setXmlSource(Source) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Sets the source of the XML document
setXMLWriter(XMLWriter) - Method in class org.apache.taglibs.xtags.xpath.JspCopyOfAction
Setter for property xmlWriter.
setXsl(String) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Sets the XSL URL that the stylesheet is read from
setXslReader(Reader) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
 
setXslSource(Source) - Method in class org.apache.taglibs.xtags.xslt.StyleTag
Sets the source of the XML document
StringHelper - Class in org.apache.taglibs.xtags.util
A Helper class of useful String methods.
StringHelper() - Constructor for class org.apache.taglibs.xtags.util.StringHelper
 
StylesheetTag - Class in org.apache.taglibs.xtags.xpath
The body of this tag defines a stylesheet which is implemented via calling a JSP include.
StylesheetTag() - Constructor for class org.apache.taglibs.xtags.xpath.StylesheetTag
 
StylesheetValueOfAction - Class in org.apache.taglibs.xtags.xpath
Creates the string-value of the given Node (as defined by the XPath specification) and passes it to the parent StylesheetTag for output at the correct time.
StylesheetValueOfAction(StylesheetTag) - Constructor for class org.apache.taglibs.xtags.xpath.StylesheetValueOfAction
 
StyleTag - Class in org.apache.taglibs.xtags.xslt
A tag which performs an XSLT transformation on a given XML document
StyleTag() - Constructor for class org.apache.taglibs.xtags.xslt.StyleTag
 

T

TagHelper - Class in org.apache.taglibs.xtags.xpath
A number of helper methods
TagHelper() - Constructor for class org.apache.taglibs.xtags.xpath.TagHelper
 
TemplateTag - Class in org.apache.taglibs.xtags.xpath
The body of this tag defines a stylesheet which is implemented via calling a JSP include.
TemplateTag() - Constructor for class org.apache.taglibs.xtags.xpath.TemplateTag
 
TRIM_VALUES - Static variable in class org.apache.taglibs.xtags.xpath.ElementTag
Should attribute values be trimmed of whitespace?

U

URLHelper - Class in org.apache.taglibs.xtags.util
Some helper methods for creating URLs that can handle relative or absolute URIs or full URLs.
URLHelper() - Constructor for class org.apache.taglibs.xtags.util.URLHelper
 

V

ValueOfTag - Class in org.apache.taglibs.xtags.xpath
A tag which performs an XPath expression on the current context Node
ValueOfTag() - Constructor for class org.apache.taglibs.xtags.xpath.ValueOfTag
 
VariableTag - Class in org.apache.taglibs.xtags.xpath
A tag which defines a variable from an XPath expression
VariableTag() - Constructor for class org.apache.taglibs.xtags.xpath.VariableTag
 
VariableTagExtraInfo - Class in org.apache.taglibs.xtags.xpath
The extra info for the variable tag
VariableTagExtraInfo() - Constructor for class org.apache.taglibs.xtags.xpath.VariableTagExtraInfo
 

W

WhenTag - Class in org.apache.taglibs.xtags.xpath
Behaves like the equivalent XSLT tag.
WhenTag() - Constructor for class org.apache.taglibs.xtags.xpath.WhenTag
 

X

XML_MIME_TYPE - Static variable in class org.apache.taglibs.xtags.servlet.XPathServlet
 
XPathServlet - Class in org.apache.taglibs.xtags.servlet
A Servlet to display the result of an XPath expression as XML
XPathServlet() - Constructor for class org.apache.taglibs.xtags.servlet.XPathServlet
 

A B C D E F G H I J K L M N O P R S T U V W X

Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.