public class QNameUtils
extends java.lang.Object
QNames).public static java.lang.String fromQName(javax.xml.namespace.QName qname)
QName. The string will have the form
{URI}localpart.qname - a QName.public static javax.xml.namespace.QName toQName(java.lang.String s)
QName object from its stringified representation.s - stringified representationQNamejava.lang.IllegalArgumentException - if the given string is not a valid stringified QName.fromQName(javax.xml.namespace.QName)