|
||||||||||
| 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.NamespaceAlias
public class NamespaceAlias
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="stylesheet-prefix" use="required" type="{http://www.w3.org/1999/XSL/Transform}prefix" />
<attribute name="result-prefix" use="required" type="{http://www.w3.org/1999/XSL/Transform}prefix" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
resultPrefix
|
protected String |
stylesheetPrefix
|
| Constructor Summary | |
|---|---|
NamespaceAlias()
|
|
| Method Summary | |
|---|---|
String |
getResultPrefix()
Gets the value of the resultPrefix property. |
String |
getStylesheetPrefix()
Gets the value of the stylesheetPrefix property. |
void |
setResultPrefix(String value)
Sets the value of the resultPrefix property. |
void |
setStylesheetPrefix(String value)
Sets the value of the stylesheetPrefix 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 stylesheetPrefix
protected String resultPrefix
| Constructor Detail |
|---|
public NamespaceAlias()
| Method Detail |
|---|
public String getStylesheetPrefix()
Stringpublic void setStylesheetPrefix(String value)
value - allowed object is
Stringpublic String getResultPrefix()
Stringpublic void setResultPrefix(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||