Class ElemParam

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

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