Class ElemVariablePsuedo

    • Constructor Detail

      • ElemVariablePsuedo

        public ElemVariablePsuedo()
    • Method Detail

      • 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 javax.xml.transform.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:
        javax.xml.transform.TransformerException
        See Also:
        variables in XSLT Specification