Class ValueOf


  • public class ValueOf
    extends EmptyXSLObject
    Represents the xsl:value-of element. Handles string expressions Section 2.7.13.2 of the W3C XSL Working Draft 1.0 (19981216)
    Author:
    Keith Visco
    • Constructor Detail

      • ValueOf

        public ValueOf()
        Creates a new ValueOf
    • Method Detail

      • setAttribute

        public void setAttribute​(java.lang.String name,
                                 java.lang.String value)
                          throws XSLException
        Description copied from class: XSLObject
        Sets the attribute with the given name to the given value.
        Overrides:
        setAttribute in class XSLObject
        Parameters:
        name - the name of the attribute to set
        value - the value to set the attribute to
        Throws:
        XSLException - if this XSLObject does not allow attributes with the given name, or if the attribute is read only