Class ElemVariablePsuedo

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

public class ElemVariablePsuedo extends ElemVariable
See Also:
  • Constructor Details

    • ElemVariablePsuedo

      public ElemVariablePsuedo()
  • Method Details

    • setSelect

      public void setSelect(XPath v)
      Set the "select" attribute. If the variable-binding element has a select attribute, then the value of the attribute must be an expression and the value of the variable is the object that results from evaluating the expression. In this case, the content of the variable must be empty.
      Overrides:
      setSelect in class ElemVariable
      Parameters:
      v - Value to set for the "select" attribute.
    • execute

      public void execute(TransformerImpl transformer) throws TransformerException
      Execute a variable declaration and push it onto the variable stack.
      Overrides:
      execute in class ElemVariable
      Parameters:
      transformer - non-null reference to the the current transform-time state.
      Throws:
      TransformerException
      See Also: