Methods in soapical.util that throw NsPrefixUnresolvedException |
static void |
XMLArgCheck.nonNullAttrNamespace(java.lang.String location,
java.lang.String qName,
org.xml.sax.helpers.NamespaceSupport namespaces)
Checks that the namespace URI associated with the prefix of
the qName argument is not null. |
static void |
XMLArgCheck.nonNullNamespace(java.lang.String location,
java.lang.String qName,
org.xml.sax.helpers.NamespaceSupport namespaces)
Checks that the namespace URI associated with the prefix of
the qName argument is not null |
static void |
XMLArgCheck.nonNullNamespace(java.lang.String qName,
org.xml.sax.helpers.NamespaceSupport namespaces)
Checks that the namespace URI associated with the prefix of
the qName argument is not null |