@Portable public class QName extends Object implements DMNProperty
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NS_PREFIX |
static String |
NULL_NS_URI |
Constructor and Description |
---|
QName() |
QName(BuiltInType type) |
QName(String namespaceURI,
String localPart) |
QName(String namespaceURI,
String localPart,
String prefix) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
See
QName |
String |
getLocalPart() |
String |
getNamespaceURI() |
String |
getPrefix() |
int |
hashCode()
See
QName |
String |
toString()
See
QName |
public static final String NULL_NS_URI
public static final String DEFAULT_NS_PREFIX
public QName()
public QName(BuiltInType type)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.