|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.transformer.ResultNameSpace
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 |
public ResultNameSpace m_next
public String m_prefix
public String m_uri
Constructor Detail |
public ResultNameSpace(String prefix, String uri)
prefix
- of result namespaceuri
- URI of result namespace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |