org.apache.xalan.templates
public class NamespaceAlias extends ElemTemplateElement
| Constructor Summary | |
|---|---|
| NamespaceAlias(int docOrderNumber)
Constructor NamespaceAlias
| |
| Method Summary | |
|---|---|
| String | getResultNamespace()
Get the result namespace value.
|
| String | getResultPrefix()
Get the "result-prefix" attribute.
|
| String | getStylesheetNamespace()
Get the value for the stylesheet namespace.
|
| String | getStylesheetPrefix()
Get the "stylesheet-prefix" attribute.
|
| void | recompose(StylesheetRoot root)
This function is called to recompose() all of the namespace alias properties elements.
|
| void | setResultNamespace(String v)
Set the result namespace.
|
| void | setResultPrefix(String v)
Set the "result-prefix" attribute.
|
| void | setStylesheetNamespace(String v)
Set the value for the stylesheet namespace.
|
| void | setStylesheetPrefix(String v)
Set the "stylesheet-prefix" attribute.
|
Parameters: docOrderNumber The document order number
Returns: non-null namespace value.
Returns: non-null prefix value.
Returns: non-null prefix value.
Returns: non-null prefix value.
Parameters: root The owning root stylesheet
Parameters: v non-null namespace value
Parameters: v non-null prefix value.
Parameters: v non-null prefix value.
Parameters: v non-null prefix value.