public interface QNameFactory
Modifier and Type | Method and Description |
---|---|
QName |
getQName(char[] uriSrc,
int uriPos,
int uriCch,
char[] localSrc,
int localPos,
int localCch) |
QName |
getQName(char[] uriSrc,
int uriPos,
int uriCch,
char[] localSrc,
int localPos,
int localCch,
char[] prefixSrc,
int prefixPos,
int prefixCch) |
QName |
getQName(String uri,
String local) |
QName |
getQName(String uri,
String local,
String prefix) |