com.ctc.wstx.compat
public final class QNameCreator extends java.lang.Object
Note: choice of java.util.logging logging is only based on the fact that it is guaranteed to be present (we have JDK 1.4 baseline requirement) so that we do not add external dependencies. It is not a recommendation for using JUL per se; most users would do well to just use slf4j or log4j directly instead.
Constructor and Description |
---|
QNameCreator() |
Modifier and Type | Method and Description |
---|---|
static javax.xml.namespace.QName |
create(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix) |