org.apache.xalan.transformer

Class 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.

UNKNOWN: internal

Field Summary
ResultNameSpacem_next
Pointer to next ResultNameSpace
Stringm_prefix
Prefix of namespace
Stringm_uri
Namespace URI
Constructor Summary
ResultNameSpace(String prefix, String uri)
Construct a namespace for placement on the result tree namespace stack.

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

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