Class QNameUtils

java.lang.Object
com.ibm.wsdl.util.xml.QNameUtils

public class QNameUtils extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    matches(QName qname, org.w3c.dom.Node node)
     
    static QName
    newQName(org.w3c.dom.Node node)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QNameUtils

      public QNameUtils()
  • Method Details

    • matches

      public static boolean matches(QName qname, org.w3c.dom.Node node)
    • newQName

      public static QName newQName(org.w3c.dom.Node node)