|
||||||||||
| 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.Text
public class Text
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}disable-output-escaping"/>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
<attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected YesOrNo |
disableOutputEscaping
|
protected String |
lang
|
protected String |
space
|
| Constructor Summary | |
|---|---|
Text()
|
|
| Method Summary | |
|---|---|
YesOrNo |
getDisableOutputEscaping()
Gets the value of the disableOutputEscaping property. |
String |
getLang()
Gets the value of the lang property. |
String |
getSpace()
Gets the value of the space property. |
void |
setDisableOutputEscaping(YesOrNo value)
Sets the value of the disableOutputEscaping property. |
void |
setLang(String value)
Sets the value of the lang property. |
void |
setSpace(String value)
Sets the value of the space 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 lang
protected String space
protected YesOrNo disableOutputEscaping
| Constructor Detail |
|---|
public Text()
| Method Detail |
|---|
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getSpace()
Stringpublic void setSpace(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 | |||||||||