Class ResultNameSpace

java.lang.Object
org.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 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