org.plasma.xml.xslt
Class CombineStylesheets
java.lang.Object
org.plasma.xml.xslt.AnyType
org.plasma.xml.xslt.CombineStylesheets
public class CombineStylesheets
- extends AnyType
Java class for combine-stylesheets complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="combine-stylesheets">
<complexContent>
<extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
<attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
|
Method Summary |
String |
getHref()
Gets the value of the href property. |
void |
setHref(String value)
Sets the value of the href property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
href
protected String href
CombineStylesheets
public CombineStylesheets()
getHref
public String getHref()
- Gets the value of the href property.
- Returns:
- possible object is
String
setHref
public void setHref(String value)
- Sets the value of the href property.
- Parameters:
value - allowed object is
String
Copyright © 2013. All rights reserved.