|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.tools.xslt.XSLT.Transform
public static class XSLT.Transform
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Field Summary | |
|---|---|
protected Associated |
associated
|
protected Stylesheets |
stylesheets
|
| Constructor Summary | |
|---|---|
XSLT.Transform()
|
|
| Method Summary | |
|---|---|
Associated |
getAssociated()
Gets the value of the associated property. |
Stylesheets |
getStylesheets()
Gets the value of the stylesheets property. |
void |
setAssociated(Associated value)
Sets the value of the associated property. |
void |
setStylesheets(Stylesheets value)
Sets the value of the stylesheets property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Stylesheets stylesheets
protected Associated associated
| Constructor Detail |
|---|
public XSLT.Transform()
| Method Detail |
|---|
public Stylesheets getStylesheets()
Stylesheetspublic void setStylesheets(Stylesheets value)
value - allowed object is
Stylesheetspublic Associated getAssociated()
Associatedpublic void setAssociated(Associated value)
value - allowed object is
Associated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||