|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.xslt.AnyType
org.plasma.xml.xslt.ValueOf
public class ValueOf
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
<attGroup ref="{http://www.w3.org/1999/XSL/Transform}select-required"/>
<attGroup ref="{http://www.w3.org/1999/XSL/Transform}disable-output-escaping"/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected YesOrNo |
disableOutputEscaping
|
protected String |
select
|
| Constructor Summary | |
|---|---|
ValueOf()
|
|
| Method Summary | |
|---|---|
YesOrNo |
getDisableOutputEscaping()
Gets the value of the disableOutputEscaping property. |
String |
getSelect()
Gets the value of the select property. |
void |
setDisableOutputEscaping(YesOrNo value)
Sets the value of the disableOutputEscaping property. |
void |
setSelect(String value)
Sets the value of the select property. |
| Methods inherited from class org.plasma.xml.xslt.AnyType |
|---|
getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String select
protected YesOrNo disableOutputEscaping
| Constructor Detail |
|---|
public ValueOf()
| Method Detail |
|---|
public String getSelect()
Stringpublic void setSelect(String value)
value - allowed object is
Stringpublic YesOrNo getDisableOutputEscaping()
YesOrNopublic void setDisableOutputEscaping(YesOrNo value)
value - allowed object is
YesOrNo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||