de.pangaea.metadataportal.utils
Class QNameParser
java.lang.Object
de.pangaea.metadataportal.utils.QNameParser
public final class QNameParser
- extends Object
Simple static class to parse XPath-like string QNames ("prefix:tagname").
- Author:
- Uwe Schindler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parseLexicalQName
public static QName parseLexicalQName(String nameStr,
NamespaceContext ctx)
- Parses the given string to a
QName. Namespace prefixes are resolvced using the given NamespaceContext.
Copyright ©2007-2011 panFMP Developers c/o Uwe Schindler