Class CopyOf


  • public class CopyOf
    extends XSLObject
    Represents an XSLIf Object (xsl:if)
    Version:
    Author:
    Keith Visco
    • Constructor Detail

      • CopyOf

        public CopyOf()
        Creates a new CopyOf object
    • Method Detail

      • setAttribute

        public void setAttribute​(java.lang.String name,
                                 java.lang.String value)
                          throws XSLException
        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