public class NamespaceHelper extends Object
| Constructor and Description |
|---|
NamespaceHelper() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getQName(String nsString)
Convert a QName string with namespace prefix to a QName
instance containing real namespace.
|
NamespaceHelper |
pop()
Pop the NamespaceHelper to signal that we're done visiting the
Basetype
|
NamespaceHelper |
push(ComplexType ct)
Push a BaseType during traversal of BaseType.
|
public NamespaceHelper push(ComplexType ct)
ct - The ComplexTypebeing visitedpublic NamespaceHelper pop()
public QName getQName(String nsString)
nsString - the QName string in the XML instnace. It can be
of the form "name", or "prefix:name".Copyright © 2017–2019 Eclipse Foundation. All rights reserved.