Package com.ibm.wsdl.util.xml
Class QNameUtils
- java.lang.Object
-
- com.ibm.wsdl.util.xml.QNameUtils
-
public class QNameUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QNameUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
matches(javax.xml.namespace.QName qname, org.w3c.dom.Node node)
static javax.xml.namespace.QName
newQName(org.w3c.dom.Node node)
Fixes for QName and local name null: CM-2014-08-07.
-