org.apache.ws.jaxme.generator.util
Class QNameUtil

java.lang.Object
  extended by org.apache.ws.jaxme.generator.util.QNameUtil

public class QNameUtil
extends java.lang.Object

Utility class for working with instances of QName.


Constructor Summary
QNameUtil()
           
 
Method Summary
static QName newQName(XsQName pXsQName)
          Creates a new instance of QName, matching the given instance of XsQName.
 
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

newQName

public static QName newQName(XsQName pXsQName)
Creates a new instance of QName, matching the given instance of XsQName.