public class NamespaceAlias extends AnyType
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
resultPrefix |
protected String |
stylesheetPrefix |
| Constructor and Description |
|---|
NamespaceAlias() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getOtherAttributesprotected String stylesheetPrefix
protected String resultPrefix
public String getStylesheetPrefix()
Stringpublic void setStylesheetPrefix(String value)
value - allowed object is
Stringpublic String getResultPrefix()
StringCopyright © 2017. All rights reserved.