com.evolveum.midpoint.util
Class QNameUtil

java.lang.Object
  extended by com.evolveum.midpoint.util.QNameUtil

public class QNameUtil
extends Object

QName <-> URI conversion. Very simplistic but better than nothing.

Author:
semancik

Constructor Summary
QNameUtil()
           
 
Method Summary
static boolean compareQName(QName qname, Node node)
           
static QName getNodeQName(Node node)
           
static String qNameToUri(QName qname)
           
static QName uriToQName(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QNameUtil

public QNameUtil()
Method Detail

qNameToUri

public static String qNameToUri(QName qname)

uriToQName

public static QName uriToQName(String uri)

getNodeQName

public static QName getNodeQName(Node node)

compareQName

public static boolean compareQName(QName qname,
                                   Node node)


Copyright © 2013 evolveum. All Rights Reserved.