public class ResultNameSpace extends Object
Modifier and Type | Field and Description |
---|---|
ResultNameSpace |
m_next
Pointer to next ResultNameSpace
|
String |
m_prefix
Prefix of namespace
|
String |
m_uri
Namespace URI
|
Constructor and Description |
---|
ResultNameSpace(String prefix,
String uri)
Construct a namespace for placement on the
result tree namespace stack.
|
public ResultNameSpace m_next
public String m_prefix
public String m_uri
Copyright © 2021 JBoss by Red Hat. All rights reserved.