Serialized Form
Package org.apache.taglibs.xtags.servlet |
reader
org.dom4j.io.SAXReader reader
outputFormat
org.dom4j.io.OutputFormat outputFormat
writer
org.dom4j.io.XMLWriter writer
Package org.apache.taglibs.xtags.util |
nestedException
java.lang.Throwable nestedException
nestedException
java.lang.Exception nestedException
Package org.apache.taglibs.xtags.xpath |
context
java.lang.Object context
beforeXPath
org.dom4j.XPath beforeXPath
afterXPath
org.dom4j.XPath afterXPath
mode
java.lang.String mode
- Holds value of property mode.
xpath
org.dom4j.XPath xpath
- Holds the XPath object
name
java.lang.String name
- Holds attributeValue of property name.
elementTag
ElementTag elementTag
evaluated
boolean evaluated
firstIteration
boolean firstIteration
xpath
org.dom4j.XPath xpath
- Holds value of property xpath.
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.
name
java.lang.String name
- Holds value of property name.
attributeNames
java.util.List<E> attributeNames
attributeValues
java.util.Map<K,V> attributeValues
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<E> 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.
nodeFilter
org.dom4j.NodeFilter nodeFilter
- Stores the XPath filter to evaluate
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.
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
xpath
org.dom4j.XPath xpath
- Holds the XPath selection instance.
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<E> templateResultLists
resultIterators
java.util.Stack<E> resultIterators
openResultList
java.util.List<E> openResultList
currentState
int currentState
currentMatch
org.apache.taglibs.xtags.xpath.TemplateExecution currentMatch
avtOutput
java.lang.StringBuffer avtOutput
actionOutput
java.lang.StringBuffer actionOutput
context
java.lang.Object context
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
xpath
org.dom4j.XPath xpath
- Holds value of property xpath.
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.
nodeFilter
org.dom4j.NodeFilter nodeFilter
- Stores the XPath filter to evaluate
Package org.apache.taglibs.xtags.xslt |
name
java.lang.String name
- Holds value of property name.
value
java.lang.Object value
- Holds value of property value.
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<K,V> 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.