org.apache.xalan.transformer

Class ResultNameSpace


public class ResultNameSpace
extends java.lang.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.

Field Details

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 Details

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

Copyright B) 2004 Apache XML Project. All Rights Reserved.