Class ElemParam

All Implemented Interfaces:
Serializable, SourceLocator, XSLTVisitable, PrefixResolver, ExpressionNode, WhitespaceStrippingElementMatcher, Document, Element, Node, NodeList

public class ElemParam extends ElemVariable
Implement xsl:param.
 <!ELEMENT xsl:param %template;>
 <!ATTLIST xsl:param
   name %qname; #REQUIRED
   select %expr; #IMPLIED
 >
 
See Also: