public class QNameUtils
extends Object
A utility class to provide QName helper methods.
-
Method Summary
static org.slf4j.Logger
Represent a
QName in the format:
"{namespaceURI}prefix:localpart".
toName(jakarta.xml.bind.JAXBElement<?> jaxbElement,
String qname)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getLogger
public static org.slf4j.Logger getLogger()
-
toKey
Represent a
QName in the format:
"{namespaceURI}prefix:localpart".
- Parameters:
qname - A QName to be represented.
- Returns:
- A string representaion of the given
QName.
-
toName
public static QName toName(jakarta.xml.bind.JAXBElement<?> jaxbElement,
String qname)