All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.CopyOf

com.kvisco.xsl.XSLObject
   |
   +----com.kvisco.xsl.CopyOf

public class CopyOf
extends XSLObject
Represents an XSLIf Object (xsl:if)

Author:
Keith Visco

Constructor Index

 o CopyOf(XSLStylesheet)
Creates a new CopyOf object

Method Index

 o selectNodes(Node, ProcessorState)
 o setAttribute(String, String)
Sets the attribute with the given name to the given value.

Constructors

 o CopyOf
 public CopyOf(XSLStylesheet parentStylesheet)
Creates a new CopyOf object

Methods

 o selectNodes
 public NodeSet selectNodes(Node context,
                            ProcessorState ps) throws InvalidExprException
 o setAttribute
 public void setAttribute(String name,
                          String value) throws XSLException
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
Overrides:
setAttribute in class XSLObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index