org.apache.xalan.transformer
Class ResultNameSpace

java.lang.Object
  extended byorg.apache.xalan.transformer.ResultNameSpace

public class ResultNameSpace
extends Object

A representation of a result namespace. One of these will be pushed on the result tree namespace stack for each result tree element.


Field Summary
 ResultNameSpace m_next
          Pointer to next ResultNameSpace
 String m_prefix
          Prefix of namespace
 String m_uri
          Namespace URI
 
Constructor Summary
ResultNameSpace(String prefix, String uri)
          Construct a namespace for placement on the result tree namespace stack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_next

public ResultNameSpace m_next
Pointer to next ResultNameSpace


m_prefix

public String m_prefix
Prefix of namespace


m_uri

public String m_uri
Namespace URI

Constructor Detail

ResultNameSpace

public ResultNameSpace(String prefix,
                       String uri)
Construct a namespace for placement on the result tree namespace stack.

Parameters:
prefix - of result namespace
uri - URI of result namespace