org.exolab.adaptx.xslt

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 Summary
ValueOf()
Creates a new ValueOf
Method Summary
voidsetAttribute(String name, String value)

Constructor Detail

ValueOf

public ValueOf()
Creates a new ValueOf

Method Detail

setAttribute

public void setAttribute(String name, String value)