Enhydra 3.1 API

org.apache.xalan.xslt
Class AVT

java.lang.Object
  |
  +--org.apache.xalan.xslt.AVT

public class AVT
extends java.lang.Object
implements java.io.Serializable

Class to hold an Attribute Value Template.

See Also:
Serialized Form

Constructor Summary
AVT(java.lang.String name, java.lang.String type, java.lang.String stringedValue, PrefixResolver namespaceContext, Stylesheet stylesheet, XSLTEngineImpl execContext)
          Construct an AVT by parsing the string, and either constructing a vector of AVTParts, or simply hold on to the string if the AVT is simple.
 
Method Summary
 java.lang.String evaluate(XPathSupport execContext, Node context, PrefixResolver nsNode, java.lang.StringBuffer buf)
          Evaluate the AVT and return a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVT

public AVT(java.lang.String name,
           java.lang.String type,
           java.lang.String stringedValue,
           PrefixResolver namespaceContext,
           Stylesheet stylesheet,
           XSLTEngineImpl execContext)
    throws SAXException
Construct an AVT by parsing the string, and either constructing a vector of AVTParts, or simply hold on to the string if the AVT is simple.
Method Detail

evaluate

public java.lang.String evaluate(XPathSupport execContext,
                                 Node context,
                                 PrefixResolver nsNode,
                                 java.lang.StringBuffer buf)
                          throws SAXException
Evaluate the AVT and return a String.
Parameters:
context - The current source tree context.
nsNode - The current namespace context (stylesheet tree context).
NodeList - The current Context Node List.

Enhydra 3.1 API