home *** CD-ROM | disk | FTP | other *** search
- package com.kav.xsl;
-
- public class XSLUse extends EmptyXSLObject {
- private String attributeSetName;
-
- protected XSLUse(XSLStylesheet var1) {
- super(var1, (short)33);
- super.setAllowActions(false);
- }
-
- public String getAttributeSetName() {
- return this.attributeSetName;
- }
-
- public void setAttributeSetName(String var1) {
- this.attributeSetName = var1;
- }
- }
-