org.apache.xalan.templates
Class NamespaceAlias
java.lang.Object
|
+--org.apache.xalan.templates.NamespaceAlias
- public class NamespaceAlias
- extends java.lang.Object
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.
- See Also:
- literal-result-element in XSLT Specification
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
NamespaceAlias
public NamespaceAlias()
setStylesheetPrefix
public void setStylesheetPrefix(java.lang.String v)
- Set the "stylesheet-prefix" attribute.
getStylesheetPrefix
public java.lang.String getStylesheetPrefix()
- Get the "stylesheet-prefix" attribute.
setResultPrefix
public void setResultPrefix(java.lang.String v)
- Set the "result-prefix" attribute.
getResultPrefix
public java.lang.String getResultPrefix()
- Get the "result-prefix" attribute.
Copyright © 2000 Apache XML Project. All Rights Reserved.