public final class UName extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static Comparator |
comparator |
Compares
UNames by their names. |
| Constructor | Description |
|---|---|
UName(XSDeclaration decl) |
|
UName(String nsUri,
String localName) |
|
UName(String _nsUri,
String _localName,
String _qname) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
String |
getName() |
|
String |
getNamespaceURI() |
|
String |
getQualifiedName() |
|
int |
hashCode() |
public static final Comparator comparator
UNames by their names.public UName(String _nsUri, String _localName, String _qname)
_nsUri - Use "" to indicate the no namespace.public UName(XSDeclaration decl)
Copyright © 2018 Oracle Corporation. All rights reserved.