|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.tools.Tool
org.xmlhammer.model.tools.xslt.XSLT
public class XSLT
Java class for xslt element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="xslt">
<complexType>
<complexContent>
<extension base="{http://www.xmlhammer.org/2007/tools}tool">
<sequence>
<element ref="{http://www.xmlhammer.org/2007/tools/xslt}outputProperties"/>
<element name="transform">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://www.xmlhammer.org/2007/tools/xslt}stylesheets"/>
<element ref="{http://www.xmlhammer.org/2007/tools/xslt}associated"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
| Nested Class Summary | |
|---|---|
static class |
XSLT.Transform
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected OutputProperties |
outputProperties
|
protected XSLT.Transform |
transform
|
| Constructor Summary | |
|---|---|
XSLT()
|
|
| Method Summary | |
|---|---|
OutputProperties |
getOutputProperties()
Gets the value of the outputProperties property. |
XSLT.Transform |
getTransform()
Gets the value of the transform property. |
void |
setOutputProperties(OutputProperties value)
Sets the value of the outputProperties property. |
void |
setTransform(XSLT.Transform value)
Sets the value of the transform property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OutputProperties outputProperties
protected XSLT.Transform transform
| Constructor Detail |
|---|
public XSLT()
| Method Detail |
|---|
public OutputProperties getOutputProperties()
OutputPropertiespublic void setOutputProperties(OutputProperties value)
value - allowed object is
OutputPropertiespublic XSLT.Transform getTransform()
XSLT.Transformpublic void setTransform(XSLT.Transform value)
value - allowed object is
XSLT.Transform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||