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>
| Constructor and Description |
|---|
CombineStylesheets() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
void |
setHref(String value)
Sets the value of the href property.
|
getOtherAttributesprotected String href
Copyright © 2017. All rights reserved.