org.exolab.adaptx.xslt

Class CopyOf

public class CopyOf extends XSLObject

Represents an XSLIf Object (xsl:if)

Version:

Author: Keith Visco

Constructor Summary
CopyOf()
Creates a new CopyOf object
Method Summary
NodeSetselectNodes(ProcessorState ps)
voidsetAttribute(String name, String value)
Sets the attribute with the given name to the given value.

Constructor Detail

CopyOf

public CopyOf()
Creates a new CopyOf object

Method Detail

selectNodes

public NodeSet selectNodes(ProcessorState ps)

setAttribute

public void setAttribute(String name, String value)
Sets the attribute with the given name to the given value.

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