A C D E F G I O P R S T X

A

AttributeTag - class org.apache.commons.jelly.tags.xml.AttributeTag.
Adds an XML attribute to the parent element tag like the <xsl:attribute> tag.
AttributeTag() - Constructor for class org.apache.commons.jelly.tags.xml.AttributeTag
 

C

CommentTag - class org.apache.commons.jelly.tags.xml.CommentTag.
A tag which outputs a comment to the underlying XMLOutput based on the contents of its body.
CommentTag() - Constructor for class org.apache.commons.jelly.tags.xml.CommentTag
 
CopyOfTag - class org.apache.commons.jelly.tags.xml.CopyOfTag.
A tag which performs a copy-of operation like the XSLT tag
CopyOfTag() - Constructor for class org.apache.commons.jelly.tags.xml.CopyOfTag
 
CopyTag - class org.apache.commons.jelly.tags.xml.CopyTag.
A tag which performs a copy operation like the XSLT tag, performing a shallow copy of the element and its attributes but no content.
CopyTag() - Constructor for class org.apache.commons.jelly.tags.xml.CopyTag
 
createExpression(ExpressionFactory, TagScript, String, String) - Method in class org.apache.commons.jelly.tags.xml.XMLTagLibrary
 
createSAXReader() - Method in class org.apache.commons.jelly.tags.xml.ParseTag
Factory method to create a new SAXReader
createSAXReader() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Factory method to create a new SAXReader
createSAXResult(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
Factory method to create a new SAXResult for the given XMLOutput so that the output of an XSLT transform will go directly into the XMLOutput that we are given.
createURIResolver() - Method in class org.apache.commons.jelly.tags.xml.TransformTag
Creates a new URI Resolver so that URIs inside the XSLT document can be resolved using the JellyContext
createXMLReader() - Method in class org.apache.commons.jelly.tags.xml.TransformTag
Factory method to create a new XMLReader for this tag so that the input of the XSLT transform comes from either the xml var, the nested tag or the tag body.
createXPathTextExpression(String) - Method in class org.apache.commons.jelly.tags.xml.XMLTagLibrary
 

D

DoctypeTag - class org.apache.commons.jelly.tags.xml.DoctypeTag.
A tag which outputs a DOCTYPE declaration to the current XML output pipe.
DoctypeTag() - Constructor for class org.apache.commons.jelly.tags.xml.DoctypeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.CommentTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.CopyOfTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.CopyTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ExprTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.IfTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ParamTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.SetTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.SortTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
Process this tag instance

E

ElementTag - class org.apache.commons.jelly.tags.xml.ElementTag.
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.commons.jelly.tags.xml.ElementTag
 
ExprTag - class org.apache.commons.jelly.tags.xml.ExprTag.
A tag which performs a string XPath expression; similar to <xsl:value-of> in XSLT
ExprTag() - Constructor for class org.apache.commons.jelly.tags.xml.ExprTag
 

F

ForEachTag - class org.apache.commons.jelly.tags.xml.ForEachTag.
A tag which performs an iteration over the results of an XPath expression
ForEachTag() - Constructor for class org.apache.commons.jelly.tags.xml.ForEachTag
 

G

getFromURI() - Method in class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag
 
getInputSourceFromObj(Object) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
Helper method to get an xml input source for the supplied object
getName() - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
 
getName() - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
Returns the name.
getName() - Method in class org.apache.commons.jelly.tags.xml.ElementTag
 
getName() - Method in class org.apache.commons.jelly.tags.xml.ParamTag
 
getObjAsSAXSource(Object) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
Helper method to convert the specified object to a SAX source
getPublicId() - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
Returns the publicId.
getSAXReader() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
 
getSystemId() - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
Returns the systemId.
getText() - Method in class org.apache.commons.jelly.tags.xml.CommentTag
Returns the text.
getText() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Returns the text to be parsed
getToURI() - Method in class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag
 
getURI() - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
 
getURI() - Method in class org.apache.commons.jelly.tags.xml.ElementTag
 
getValidate() - Method in class org.apache.commons.jelly.tags.xml.ParseTag
 
getValue() - Method in class org.apache.commons.jelly.tags.xml.ParamTag
 
getVar() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
The variable name that will be used for the Document variable created
getXMLInputSource() - Method in class org.apache.commons.jelly.tags.xml.TransformTag
Helper method to get the appropriate xml input source so that the input of the XSLT transform comes from either the xml var, the nested tag or the tag body.
getXPathContext() - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
 
getXPathContext() - Method in class org.apache.commons.jelly.tags.xml.IfTag
 
getXPathSource() - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
 
getXml() - Method in class org.apache.commons.jelly.tags.xml.ParseTag
Gets the source of the XML which is either a String URI, Reader or InputStream
getXmlDocument(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
 
getXslt() - Method in class org.apache.commons.jelly.tags.xml.TransformTag
Gets the source of the XSL which is either a String URI, Reader or InputStream

I

IfTag - class org.apache.commons.jelly.tags.xml.IfTag.
Evaluates the XPath expression to be a boolean and only evaluates the body if the expression is true.
IfTag() - Constructor for class org.apache.commons.jelly.tags.xml.IfTag
 

O

org.apache.commons.jelly.tags.xml - package org.apache.commons.jelly.tags.xml
The XML Tags from the JSTL

P

ParamTag - class org.apache.commons.jelly.tags.xml.ParamTag.
Sets a parameter in the parent transform tag
ParamTag() - Constructor for class org.apache.commons.jelly.tags.xml.ParamTag
 
ParseTag - class org.apache.commons.jelly.tags.xml.ParseTag.
A tag which parses some XML and defines a variable with the parsed Document.
ParseTag() - Constructor for class org.apache.commons.jelly.tags.xml.ParseTag
 
ParseTagSupport - class org.apache.commons.jelly.tags.xml.ParseTagSupport.
An abstract base class for any tag which parsers its body as XML.
ParseTagSupport() - Constructor for class org.apache.commons.jelly.tags.xml.ParseTagSupport
 
parse(Object) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Parses the given source
parseBody(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Parses the body of this tag and returns the parsed document
parseText(String) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Parses the give piece of text as being markup

R

ReplaceNamespaceTag - class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag.
Replace namespace is a filter to change the namespace of any elemement attribute passing through it.
ReplaceNamespaceTag() - Constructor for class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag
 

S

SetTag - class org.apache.commons.jelly.tags.xml.SetTag.
A tag which defines a variable from an XPath expression.
SetTag() - Constructor for class org.apache.commons.jelly.tags.xml.SetTag
 
SortTag - class org.apache.commons.jelly.tags.xml.SortTag.
A tag that can sort a list of xml nodes via an xpath expression.
SortTag() - Constructor for class org.apache.commons.jelly.tags.xml.SortTag
 
setAsString(boolean) - Method in class org.apache.commons.jelly.tags.xml.SetTag
If set to true, will ensure that the (XPath) text-value of the selected node is taken instead of the node itself.
setAttributeValue(String, String, String) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
Sets the attribute of the given name to the specified value.
setDelim(String) - Method in class org.apache.commons.jelly.tags.xml.SetTag
If set, returns a string delimited by this delimiter.
setDescending(boolean) - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
Set whether to sort ascending or descending.
setDescending(boolean) - Method in class org.apache.commons.jelly.tags.xml.SetTag
Set whether to sort ascending or descending.
setDescending(boolean) - Method in class org.apache.commons.jelly.tags.xml.SortTag
Set whether to sort ascending or descending.
setFromURI(String) - Method in class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag
Sets the source namespace URI to replace.
setLexical(boolean) - Method in class org.apache.commons.jelly.tags.xml.CopyOfTag
 
setLexical(boolean) - Method in class org.apache.commons.jelly.tags.xml.CopyTag
 
setList(List) - Method in class org.apache.commons.jelly.tags.xml.SortTag
Set the list to sort.
setName(String) - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
Sets the name of the attribute.
setName(String) - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
Sets the document type name of the DOCTYPE
setName(String) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
Sets the qualified name of the element
setName(String) - Method in class org.apache.commons.jelly.tags.xml.ParamTag
Sets the name of the attribute
setParameterValue(String, Object) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
 
setPublicId(String) - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
Sets the declared public identifier for DTD
setSAXReader(SAXReader) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Sets the SAXReader used for parsing
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.CopyOfTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.CopyTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.ExprTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
Sets the XPath selection expression
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.IfTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.SetTag
Sets the XPath expression to evaluate.
setSingle(boolean) - Method in class org.apache.commons.jelly.tags.xml.SetTag
If set to true will only take the first element matching.
setSort(XPath) - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
Sets the xpath expression to use to sort selected nodes.
setSort(XPath) - Method in class org.apache.commons.jelly.tags.xml.SetTag
Sets the xpath expression to use to sort selected nodes.
setSort(XPath) - Method in class org.apache.commons.jelly.tags.xml.SortTag
Sets the xpath expression to use to sort selected nodes.
setSystemId(String) - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
Sets the declared system identifier for the DTD
setText(String) - Method in class org.apache.commons.jelly.tags.xml.CommentTag
Sets the comment text.
setText(String) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Sets the text to be parsed by this parser
setToURI(String) - Method in class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag
Sets the destination namespace URI to replace.
setURI(String) - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
Sets the namespace URI of the element
setURI(String) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
Sets the namespace URI of the element
setValidate(boolean) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
Sets whether XML validation is enabled or disabled
setValue(Object) - Method in class org.apache.commons.jelly.tags.xml.ParamTag
Sets the value of the attribute
setVar(String) - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
Sets the variable name to export for the item being iterated over
setVar(String) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Sets the variable name that will be used for the Document variable created
setVar(String) - Method in class org.apache.commons.jelly.tags.xml.SetTag
Sets the variable name to define for this expression
setXml(Object) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
Sets the source of the XML which is either a String URI, a File, Reader or InputStream
setXslt(Object) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
Sets the source of the XSL which is either a String URI, Reader or InputStream

T

TransformTag - class org.apache.commons.jelly.tags.xml.TransformTag.
A tag which parses some XML, applies an xslt transform to it and defines a variable with the transformed Document.
TransformTag() - Constructor for class org.apache.commons.jelly.tags.xml.TransformTag
Constructor for TransformTag.

X

XMLTagLibrary - class org.apache.commons.jelly.tags.xml.XMLTagLibrary.
Describes the Taglib.
XMLTagLibrary() - Constructor for class org.apache.commons.jelly.tags.xml.XMLTagLibrary
 

A C D E F G I O P R S T X

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.