Uses of Class
soapical.util.NsPrefixUnresolvedException

Packages that use NsPrefixUnresolvedException
soapical.util   
 

Uses of NsPrefixUnresolvedException in soapical.util
 

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