|
||||||||||
| 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.Output
public class Output
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">
<attribute name="method">
<simpleType>
<union>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="xml"/>
<enumeration value="html"/>
<enumeration value="text"/>
</restriction>
</simpleType>
<simpleType>
<restriction base="{http://www.w3.org/1999/XSL/Transform}QName">
<pattern value="\c*:\c*"/>
</restriction>
</simpleType>
</union>
</simpleType>
</attribute>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="omit-xml-declaration" type="{http://www.w3.org/1999/XSL/Transform}YesOrNo" />
<attribute name="standalone" type="{http://www.w3.org/1999/XSL/Transform}YesOrNo" />
<attribute name="doctype-public" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="doctype-system" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cdata-section-elements" type="{http://www.w3.org/1999/XSL/Transform}QNames" />
<attribute name="indent" type="{http://www.w3.org/1999/XSL/Transform}YesOrNo" />
<attribute name="media-type" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
cdataSectionElements
|
protected java.lang.String |
doctypePublic
|
protected java.lang.String |
doctypeSystem
|
protected java.lang.String |
encoding
|
protected YesOrNo |
indent
|
protected java.lang.String |
mediaType
|
protected java.util.List<java.lang.String> |
methods
|
protected YesOrNo |
omitXmlDeclaration
|
protected YesOrNo |
standalone
|
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
Output()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getCdataSectionElements()
Gets the value of the cdataSectionElements property. |
java.lang.String |
getDoctypePublic()
Gets the value of the doctypePublic property. |
java.lang.String |
getDoctypeSystem()
Gets the value of the doctypeSystem property. |
java.lang.String |
getEncoding()
Gets the value of the encoding property. |
YesOrNo |
getIndent()
Gets the value of the indent property. |
java.lang.String |
getMediaType()
Gets the value of the mediaType property. |
java.util.List<java.lang.String> |
getMethods()
Gets the value of the methods property. |
YesOrNo |
getOmitXmlDeclaration()
Gets the value of the omitXmlDeclaration property. |
YesOrNo |
getStandalone()
Gets the value of the standalone property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setDoctypePublic(java.lang.String value)
Sets the value of the doctypePublic property. |
void |
setDoctypeSystem(java.lang.String value)
Sets the value of the doctypeSystem property. |
void |
setEncoding(java.lang.String value)
Sets the value of the encoding property. |
void |
setIndent(YesOrNo value)
Sets the value of the indent property. |
void |
setMediaType(java.lang.String value)
Sets the value of the mediaType property. |
void |
setOmitXmlDeclaration(YesOrNo value)
Sets the value of the omitXmlDeclaration property. |
void |
setStandalone(YesOrNo value)
Sets the value of the standalone property. |
void |
setVersion(java.lang.String value)
Sets the value of the version 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 java.util.List<java.lang.String> methods
protected java.lang.String version
protected java.lang.String encoding
protected YesOrNo omitXmlDeclaration
protected YesOrNo standalone
protected java.lang.String doctypePublic
protected java.lang.String doctypeSystem
protected java.util.List<java.lang.String> cdataSectionElements
protected YesOrNo indent
protected java.lang.String mediaType
| Constructor Detail |
|---|
public Output()
| Method Detail |
|---|
public java.util.List<java.lang.String> getMethods()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the methods property.
For example, to add a new item, do as follows:
getMethods().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncoding()
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
Stringpublic YesOrNo getOmitXmlDeclaration()
YesOrNopublic void setOmitXmlDeclaration(YesOrNo value)
value - allowed object is
YesOrNopublic YesOrNo getStandalone()
YesOrNopublic void setStandalone(YesOrNo value)
value - allowed object is
YesOrNopublic java.lang.String getDoctypePublic()
Stringpublic void setDoctypePublic(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDoctypeSystem()
Stringpublic void setDoctypeSystem(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getCdataSectionElements()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cdataSectionElements property.
For example, to add a new item, do as follows:
getCdataSectionElements().add(newItem);
Objects of the following type(s) are allowed in the list
String
public YesOrNo getIndent()
YesOrNopublic void setIndent(YesOrNo value)
value - allowed object is
YesOrNopublic java.lang.String getMediaType()
Stringpublic void setMediaType(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||