A C D E F G I J L N O P S T V 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
 
attributes - Variable in class org.apache.commons.jelly.tags.xml.ElementTag
The XML Attributes

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
 
doInvokeBody() - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Actually invoke the tag body to generate the SAX events
doNestedParamTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
Helper method to run any nested param tags
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.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
dtdHandler - Variable in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Storage for a DTDHandler if set by the user of the reader.

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
 
entityResolver - Variable in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Storage for a EntityResolver if set by the user of the reader.
errorHandler - Variable in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Storage for a ErrorHandler if set by the user of the reader.

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

getContentHandler() - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Gets the SAX ContentHandler to feed SAX events into
getDTDHandler() - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Gets the DTD Handler to feed SAX events into
getEntityResolver() - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Gets the Entity Resolver to feed SAX events into
getErrorHandler() - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Gets the Error Handler to feed SAX events into
getFeature(String) - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Lookup the value of a feature
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
getProperty(String) - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Lookup the value of a property
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
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
 
iterationValue - Variable in class org.apache.commons.jelly.tags.xml.ForEachTag
The current iteration value

J

jexlFactory - Variable in class org.apache.commons.jelly.tags.xml.XMLTagLibrary
 

L

LEXICAL_HANDLER_PROPERTY - Static variable in class org.apache.commons.jelly.tags.xml.TransformTag
Propert name for lexical handler
list - Variable in class org.apache.commons.jelly.tags.xml.SortTag
The list to sort
log - Static variable in class org.apache.commons.jelly.tags.xml.ParseTag
The Log to which logging calls will be made.
log - Static variable in class org.apache.commons.jelly.tags.xml.ParseTagSupport
The Log to which logging calls will be made.
log - Variable in class org.apache.commons.jelly.tags.xml.SetTag
The Log to which logging calls will be made.
log - Static variable in class org.apache.commons.jelly.tags.xml.TransformTag
The Log to which logging calls will be made.
log - Variable in class org.apache.commons.jelly.tags.xml.XMLTagLibrary
The Log to which logging calls will be made.

N

name - Variable in class org.apache.commons.jelly.tags.xml.AttributeTag
the name of the attribute.
name - Variable in class org.apache.commons.jelly.tags.xml.DoctypeTag
 
name - Variable in class org.apache.commons.jelly.tags.xml.ElementTag
The qualified name
name - Variable in class org.apache.commons.jelly.tags.xml.ParamTag
the name of the attribute.
namespace - Variable in class org.apache.commons.jelly.tags.xml.ElementTag
The namespace URI

O

org.apache.commons.jelly.tags.xml - package org.apache.commons.jelly.tags.xml
The XML Tags from the JSTL
outputAttributes - Variable in class org.apache.commons.jelly.tags.xml.ElementTag
flag set if attributes are output

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
parse(InputSource) - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Parse an XML source.
parse(String) - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Parse an XML source specified by a system id
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
publicId - Variable in class org.apache.commons.jelly.tags.xml.DoctypeTag
 

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
 
saxReader - Variable in class org.apache.commons.jelly.tags.xml.ParseTagSupport
The SAXReader used to parser the document
select - Variable in class org.apache.commons.jelly.tags.xml.CopyOfTag
The XPath expression to evaluate.
select - Variable in class org.apache.commons.jelly.tags.xml.CopyTag
The XPath expression to evaluate.
select - Variable in class org.apache.commons.jelly.tags.xml.ExprTag
The XPath expression to evaluate.
select - Variable in class org.apache.commons.jelly.tags.xml.ForEachTag
Holds the XPath selector.
select - Variable in class org.apache.commons.jelly.tags.xml.IfTag
The XPath expression to evaluate.
select - Variable in class org.apache.commons.jelly.tags.xml.SetTag
The XPath expression to evaluate.
setAttributeValue(String, String) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
Sets the attribute of the given name to the specified value.
setContentHandler(ContentHandler) - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Sets the SAX ContentHandler to feed SAX events into
setDTDHandler(DTDHandler) - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Sets the DTD Handler to feed SAX events into
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.
setEntityResolver(EntityResolver) - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Sets the Entity Resolver to feed SAX events into
setErrorHandler(ErrorHandler) - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Sets the Error Handler to feed SAX events into
setFeature(String, boolean) - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Set the value of a feature
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
 
setProperty(String, Object) - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Set the value of a property
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.
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
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
shouldParseBody() - Method in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Helper method to determin if nested body needs to be parsed by (an xml parser, i.e.
systemId - Variable in class org.apache.commons.jelly.tags.xml.DoctypeTag
 

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.
TransformTag.TagBodyInputSource - class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyInputSource.
A marker class used by the TagBodyXMLReader as a sanity check (i.e.
TransformTag.TagBodyInputSource() - Constructor for class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyInputSource
Construct an instance of this marker class
TransformTag.TagBodyXMLReader - class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader.
A helper class that converts a transform tag body to an XMLReader to hide the details of where the input for the transform is obtained
TransformTag.TagBodyXMLReader(Tag) - Constructor for class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
Construct an XMLReader for the specified Tag
tag - Variable in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
The tag whose body is to be read.
text - Variable in class org.apache.commons.jelly.tags.xml.CommentTag
 
text - Variable in class org.apache.commons.jelly.tags.xml.ParseTagSupport
The markup text to be parsed
tf - Variable in class org.apache.commons.jelly.tags.xml.TransformTag
The xsl transformer factory
transformerHandler - Variable in class org.apache.commons.jelly.tags.xml.TransformTag
the transformer handler, doing the real work

V

validate - Variable in class org.apache.commons.jelly.tags.xml.ParseTag
whether XML validation is enabled or disabled
value - Variable in class org.apache.commons.jelly.tags.xml.ParamTag
the value of the attribute.
var - Variable in class org.apache.commons.jelly.tags.xml.ForEachTag
If specified then the current item iterated through will be defined as the given variable name.
var - Variable in class org.apache.commons.jelly.tags.xml.ParseTagSupport
The variable that will be generated for the document
var - Variable in class org.apache.commons.jelly.tags.xml.SetTag
The variable name to export.

X

XMLTagLibrary - class org.apache.commons.jelly.tags.xml.XMLTagLibrary.
Describes the Taglib.
XMLTagLibrary() - Constructor for class org.apache.commons.jelly.tags.xml.XMLTagLibrary
 
xml - Variable in class org.apache.commons.jelly.tags.xml.ParseTag
The xml to parse, either a String URI, a Reader or InputStream
xmlOutput - Variable in class org.apache.commons.jelly.tags.xml.TransformTag.TagBodyXMLReader
The destination for the sax events generated by the reader.
xpCmp - Variable in class org.apache.commons.jelly.tags.xml.ForEachTag
Xpath comparator for sorting
xpCmp - Variable in class org.apache.commons.jelly.tags.xml.SetTag
Xpath comparator for sorting
xpCmp - Variable in class org.apache.commons.jelly.tags.xml.SortTag
Xpath comparator for sorting
xslt - Variable in class org.apache.commons.jelly.tags.xml.TransformTag
The xslt to parse, either a String URI, a Reader or InputStream

A C D E F G I J L N O P S T V X