Name
NAMESPACE_ERR [unsigned short, value: 14](2)
Synopsis
An attempt was made to use a method that supports
XML namespaces in a way that would violate namespace rules. This
error could occur if a qualified name were given to a method
without a corresponding namespace URI.
Java binding
public static final short NAMESPACE_ERR = 14;