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
-
CopyOf(XSLStylesheet)
- Creates a new CopyOf object
-
selectNodes(Node, ProcessorState)
-
-
setAttribute(String, String)
- Sets the attribute with the given name to the given value.
CopyOf
public CopyOf(XSLStylesheet parentStylesheet)
- Creates a new CopyOf object
selectNodes
public NodeSet selectNodes(Node context,
ProcessorState ps) throws InvalidExprException
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