return new QNameValue(parts[0], uri, parts[1], BuiltInAtomicType.QNAME, checker);
} catch (QNameException e) {
dynamicError(e.getMessage(), "FOCA0002", context);
return null;
} catch (XPathException err) {
err.maybeSetLocation(this);
throw err;
}
}
}