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
QNameUtils()
           
 
Method Summary
static boolean matches(javax.xml.namespace.QName qname, org.w3c.dom.Node node)
           
static javax.xml.namespace.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 Detail

QNameUtils

public QNameUtils()
Method Detail

matches

public static boolean matches(javax.xml.namespace.QName qname,
                              org.w3c.dom.Node node)

newQName

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


Copyright © 2001 IBM. All Rights Reserved.