Serialized Form


Package org.apache.taglibs.xtags.servlet

Class org.apache.taglibs.xtags.servlet.XPathServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

reader

org.dom4j.io.SAXReader reader

outputFormat

org.dom4j.io.OutputFormat outputFormat

writer

org.dom4j.io.XMLWriter writer


Package org.apache.taglibs.xtags.util

Class org.apache.taglibs.xtags.util.JspNestedException extends javax.servlet.jsp.JspException implements Serializable

Serialized Fields

nestedException

java.lang.Throwable nestedException

Class org.apache.taglibs.xtags.util.NestedRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nestedException

java.lang.Exception nestedException


Package org.apache.taglibs.xtags.xpath

Class org.apache.taglibs.xtags.xpath.AbstractBodyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Class org.apache.taglibs.xtags.xpath.AbstractTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

context

java.lang.Object context

Class org.apache.taglibs.xtags.xpath.AddTag extends AbstractBodyTag implements Serializable

Serialized Fields

beforeXPath

org.dom4j.XPath beforeXPath

afterXPath

org.dom4j.XPath afterXPath

Class org.apache.taglibs.xtags.xpath.ApplyTemplatesTag extends AbstractTag implements Serializable

Serialized Fields

mode

java.lang.String mode
Holds value of property mode.


xpath

org.dom4j.XPath xpath
Holds the XPath object

Class org.apache.taglibs.xtags.xpath.AttributeTag extends AbstractBodyTag implements Serializable

Serialized Fields

name

java.lang.String name
Holds attributeValue of property name.


elementTag

ElementTag elementTag

Class org.apache.taglibs.xtags.xpath.BreakTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class org.apache.taglibs.xtags.xpath.ChooseTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

evaluated

boolean evaluated

Class org.apache.taglibs.xtags.xpath.ContextTag extends ForEachTag implements Serializable

Serialized Fields

firstIteration

boolean firstIteration

Class org.apache.taglibs.xtags.xpath.CopyOfTag extends AbstractTag implements Serializable

Serialized Fields

xpath

org.dom4j.XPath xpath
Holds value of property xpath.

Class org.apache.taglibs.xtags.xpath.CopyTag extends AbstractTag implements Serializable

Serialized Fields

node

org.dom4j.Node node
Holds the node selected for this tag


writer

org.dom4j.io.XMLWriter writer
Holds the current XMLWriter used in this tag


xpath

org.dom4j.XPath xpath
Holds value of property xpath.

Class org.apache.taglibs.xtags.xpath.ElementTag extends AbstractBodyTag implements Serializable

Serialized Fields

name

java.lang.String name
Holds value of property name.


attributeNames

java.util.List attributeNames

attributeValues

java.util.Map attributeValues

Class org.apache.taglibs.xtags.xpath.ForEachTag extends AbstractBodyTag implements Serializable

Serialized Fields

xpath

org.dom4j.XPath xpath
Holds the XPath selection instance.


id

java.lang.String id
Holds value of property id.


type

java.lang.String type
Holds value of property type.


iterator

java.util.Iterator iterator
Holds the current iterator


contextNode

java.lang.Object contextNode
Holds value of property contextNode.


sortXPath

org.dom4j.XPath sortXPath
Holds the sorting XPath expression


distinct

boolean distinct
Holds value of property distinct.


context

java.lang.Object context
The input nodes


originalContext

java.lang.Object originalContext
Cache of original context which is restored after the loop finishes


ascending

boolean ascending
Holds value of property ascending.

Class org.apache.taglibs.xtags.xpath.IfTag extends AbstractTag implements Serializable

Serialized Fields

nodeFilter

org.dom4j.NodeFilter nodeFilter
Stores the XPath filter to evaluate

Class org.apache.taglibs.xtags.xpath.OtherwiseTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class org.apache.taglibs.xtags.xpath.OutputTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

xmlWriter

org.dom4j.io.XMLWriter xmlWriter
The XMLWriter used by my child tags


method

java.lang.String method
Holds value of property method.


indent

java.lang.String indent
Holds value of property indent.


omitXmlDeclaration

java.lang.String omitXmlDeclaration
Holds value of property omitXmlDeclaration.

Class org.apache.taglibs.xtags.xpath.ParseTag extends AbstractBodyTag implements Serializable

Serialized Fields

id

java.lang.String id
Holds value of property id.


url

java.net.URL url
The URL of the document to parse.


reader

java.io.Reader reader
The Reader used to parse XML


document

org.dom4j.Document document

validate

boolean validate
Sets whether validation mode is on or off

Class org.apache.taglibs.xtags.xpath.RemoveTag extends AbstractTag implements Serializable

Serialized Fields

xpath

org.dom4j.XPath xpath
Holds the XPath selection instance.

Class org.apache.taglibs.xtags.xpath.ReplaceTag extends AbstractBodyTag implements Serializable

Class org.apache.taglibs.xtags.xpath.StylesheetTag extends AbstractBodyTag implements Serializable

Serialized Fields

stylesheet

org.dom4j.rule.Stylesheet stylesheet
Holds the stylesheet which will be applied to the source context.


mode

java.lang.String mode
Holds value of property mode.


previousStylesheet

org.dom4j.rule.Stylesheet previousStylesheet
Previous value of Stylesheet if nesting of stylesheet occurs


valueOfAction

org.dom4j.rule.Action valueOfAction
The default action used to specify the value of a node


templateResultLists

java.util.Stack templateResultLists

resultIterators

java.util.Stack resultIterators

openResultList

java.util.List openResultList

currentState

int currentState

currentMatch

TemplateExecution currentMatch

avtOutput

java.lang.StringBuffer avtOutput

actionOutput

java.lang.StringBuffer actionOutput

context

java.lang.Object context

Class org.apache.taglibs.xtags.xpath.TemplateTag extends AbstractBodyTag implements Serializable

Serialized Fields

name

java.lang.String name
Holds value of property name.


mode

java.lang.String mode
Holds value of property mode.


priority

double priority
Holds value of property priority.


jsp

java.lang.String jsp
Holds value of property jsp.


rule

org.dom4j.rule.Rule rule
Holds value of property rule.


action

org.dom4j.rule.Action action
Holds value of property action.


avt

boolean avt
Holds value of property avt (attribute value template).


pattern

org.dom4j.rule.Pattern pattern
The pattern to match


match

java.lang.String match
The xpath expression to match


stylesheetTag

StylesheetTag stylesheetTag

oldContext

java.lang.Object oldContext

Class org.apache.taglibs.xtags.xpath.ValueOfTag extends AbstractTag implements Serializable

Serialized Fields

xpath

org.dom4j.XPath xpath
Holds value of property xpath.

Class org.apache.taglibs.xtags.xpath.VariableTag extends AbstractTag implements Serializable

Serialized Fields

xpath

org.dom4j.XPath xpath
Holds the XPath selection instance.


id

java.lang.String id
Holds value of property id.


type

java.lang.String type
Holds value of property type.

Class org.apache.taglibs.xtags.xpath.WhenTag extends AbstractTag implements Serializable

Serialized Fields

nodeFilter

org.dom4j.NodeFilter nodeFilter
Stores the XPath filter to evaluate


Package org.apache.taglibs.xtags.xslt

Class org.apache.taglibs.xtags.xslt.ParamTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

name

java.lang.String name
Holds value of property name.


value

java.lang.Object value
Holds value of property value.

Class org.apache.taglibs.xtags.xslt.StyleTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

xml

java.lang.Object xml
The XML data resource.


xsl

java.lang.Object xsl
The XSL stylesheet resource.


result

javax.xml.transform.Result result
The destination result of the XSLT transformation


outputMethod

java.lang.String outputMethod
The XSLT output method, "xml", "html", "text" or whatever


parameters

java.util.Map parameters
XSLT parameters


stringWriter

java.io.StringWriter stringWriter
Indirection buffer, used to avoid flush problems with BodyContent



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