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

Constructor Summary
NamespaceAlias()
           
 
Method Summary
 java.lang.String getResultPrefix()
          Get the "result-prefix" attribute.
 java.lang.String getStylesheetPrefix()
          Get the "stylesheet-prefix" attribute.
 void setResultPrefix(java.lang.String v)
          Set the "result-prefix" attribute.
 void setStylesheetPrefix(java.lang.String v)
          Set the "stylesheet-prefix" attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceAlias

public NamespaceAlias()
Method Detail

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.