org.apache.servicemix.soap.util
Class QNameUtil

java.lang.Object
  extended by org.apache.servicemix.soap.util.QNameUtil

public class QNameUtil
extends java.lang.Object

Utilities for converting QNames into different representations

Since:
3.0
Version:
$Revision: 1.5 $
Author:
Alex Boisvert

Constructor Summary
QNameUtil()
           
 
Method Summary
static javax.xml.namespace.QName parse(java.lang.String name)
          Convert a String back into a QName following the Clark notation
static java.lang.String toString(org.w3c.dom.Attr attr)
          Convert QName to the Clark notation, e.g., {namespace}localName
static java.lang.String toString(java.util.Collection collection)
           
static java.lang.String toString(org.w3c.dom.Element element)
          Convert QName to the Clark notation, e.g., {namespace}localName
static java.lang.String toString(javax.xml.namespace.QName qname)
          Convert QName to the Clark notation, e.g., {namespace}localName
 
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

toString

public static java.lang.String toString(javax.xml.namespace.QName qname)
Convert QName to the Clark notation, e.g., {namespace}localName


toString

public static java.lang.String toString(org.w3c.dom.Element element)
Convert QName to the Clark notation, e.g., {namespace}localName


toString

public static java.lang.String toString(org.w3c.dom.Attr attr)
Convert QName to the Clark notation, e.g., {namespace}localName


toString

public static java.lang.String toString(java.util.Collection collection)

parse

public static javax.xml.namespace.QName parse(java.lang.String name)
Convert a String back into a QName following the Clark notation



Copyright © 2005-2015 FuseSource. All Rights Reserved.