|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.jbi.util.QNameUtil
public final class QNameUtil
Utilities for converting QNames into different representations
| Method Summary | |
|---|---|
static QName |
parse(String name)
Convert a String back into a QName following the Clark notation |
static String |
toString(Attr attr)
Convert QName to the Clark notation, e.g., {namespace}localName |
static String |
toString(Collection collection)
|
static String |
toString(Element element)
Convert QName to the Clark notation, e.g., {namespace}localName |
static String |
toString(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 |
| Method Detail |
|---|
public static String toString(QName qname)
public static String toString(Element element)
public static String toString(Attr attr)
public static String toString(Collection collection)
public static QName parse(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||