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 Details

    • ValueOf

      public ValueOf()
      Creates a new ValueOf
  • Method Details

    • setAttribute

      public void setAttribute(String name, 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