Object to hold an xsl:namespace element.
A stylesheet can use the xsl:namespace-alias element to declare
that one namespace URI is an alias for another namespace URI.
getResultNamespace
public String getResultNamespace()
Get the result namespace value.
- non-null namespace value.
getResultPrefix
public String getResultPrefix()
Get the "result-prefix" attribute.
getStylesheetNamespace
public String getStylesheetNamespace()
Get the value for the stylesheet namespace.
getStylesheetPrefix
public String getStylesheetPrefix()
Get the "stylesheet-prefix" attribute.
recompose
public void recompose(StylesheetRoot root)
This function is called to recompose() all of the namespace alias properties elements.
- recompose in interface ElemTemplateElement
root
- The owning root stylesheet
setResultNamespace
public void setResultNamespace(String v)
Set the result namespace.
v
- non-null namespace value
setResultPrefix
public void setResultPrefix(String v)
Set the "result-prefix" attribute.
v
- non-null prefix value.
setStylesheetNamespace
public void setStylesheetNamespace(String v)
Set the value for the stylesheet namespace.
v
- non-null prefix value.
setStylesheetPrefix
public void setStylesheetPrefix(String v)
Set the "stylesheet-prefix" attribute.
v
- non-null prefix value.